![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <SparseMatrix.h>
Public Member Functions | |
| MatrixEntry (void) | |
| MatrixEntry (int i) | |
| MatrixEntry (int i, T v) | |
Public Attributes | |
| int | N |
| T | Value |
Definition at line 39 of file SparseMatrix.h.
|
inline |
Definition at line 41 of file SparseMatrix.h.
References MatrixEntry< T >::N, and MatrixEntry< T >::Value.
|
inline |
Definition at line 42 of file SparseMatrix.h.
References MatrixEntry< T >::N, and MatrixEntry< T >::Value.
|
inline |
Definition at line 43 of file SparseMatrix.h.
References MatrixEntry< T >::N, and MatrixEntry< T >::Value.
| int MatrixEntry< T >::N |
Definition at line 44 of file SparseMatrix.h.
Referenced by MatrixEntry< T >::MatrixEntry().
| T MatrixEntry< T >::Value |
Definition at line 45 of file SparseMatrix.h.
Referenced by MatrixEntry< T >::MatrixEntry().