|
Medial Code Documentation
|
Public Member Functions | |
| SluMatrix (const SluMatrix &other) | |
| SluMatrix & | operator= (const SluMatrix &other) |
| void | setStorageType (Stype_t t) |
| template<typename Scalar > | |
| void | setScalarType () |
Static Public Member Functions | |
| template<typename MatrixType > | |
| static SluMatrix | Map (MatrixBase< MatrixType > &_mat) |
| template<typename MatrixType > | |
| static SluMatrix | Map (SparseMatrixBase< MatrixType > &a_mat) |
Data Fields | ||
| struct { | ||
| union { | ||
| int nnz | ||
| int lda | ||
| } | ||
| void * values | ||
| int * innerInd | ||
| int * outerInd | ||
| } | storage | |