Shapeworks Studio
2.1
Shape analysis software suite
|
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 |
Definition at line 90 of file SuperLUSupport.h.