|
OSVR-Core
|
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 > &mat) |
Public Attributes | |
| struct { | |
| union { | |
| int nnz | |
| int lda | |
| } | |
| void * values | |
| int * innerInd | |
| int * outerInd | |
| } | storage |
1.8.12