List of all members.
Public Member Functions |
| SluMatrix & | operator= (const SluMatrix &other) |
| template<typename Scalar > |
| void | setScalarType () |
| void | setStorageType (Stype_t t) |
| | SluMatrix () |
| | SluMatrix (const SluMatrix &other) |
Static Public Member Functions |
| template<typename Scalar , int Rows, int Cols, int Options, int MRows, int MCols> |
| static SluMatrix | Map (Matrix< Scalar, Rows, Cols, Options, MRows, MCols > &mat) |
| template<typename MatrixType > |
| static SluMatrix | Map (SparseMatrixBase< MatrixType > &mat) |
Public Attributes |
| struct { |
| union { |
| int lda |
| int nnz |
| } | |
| int * innerInd |
| int * outerInd |
| void * values |
| } | storage |
Constructor & Destructor Documentation
Member Function Documentation
| void setScalarType |
( |
| ) |
[inline] |
| void setStorageType |
( |
Stype_t |
t | ) |
[inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: