#include <SuperLUSupport.h>
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 MatrixType > | |
static SluMatrix | Map (MatrixBase< MatrixType > &_mat) |
template<typename MatrixType > | |
static SluMatrix | Map (SparseMatrixBase< MatrixType > &a_mat) |
Public Attributes | |
struct { | |
union { | |
int lda | |
int nnz | |
} | |
int * innerInd | |
int * outerInd | |
void * values | |
} | storage |
Definition at line 115 of file SuperLUSupport.h.
|
inline |
Definition at line 117 of file SuperLUSupport.h.
|
inline |
Definition at line 122 of file SuperLUSupport.h.
|
inlinestatic |
Definition at line 175 of file SuperLUSupport.h.
|
inlinestatic |
Definition at line 193 of file SuperLUSupport.h.
Definition at line 129 of file SuperLUSupport.h.
|
inline |
Definition at line 158 of file SuperLUSupport.h.
|
inline |
Definition at line 145 of file SuperLUSupport.h.
int* Eigen::SluMatrix::innerInd |
Definition at line 141 of file SuperLUSupport.h.
int Eigen::SluMatrix::lda |
Definition at line 139 of file SuperLUSupport.h.
int Eigen::SluMatrix::nnz |
Definition at line 139 of file SuperLUSupport.h.
int* Eigen::SluMatrix::outerInd |
Definition at line 142 of file SuperLUSupport.h.
struct { ... } Eigen::SluMatrix::storage |
void* Eigen::SluMatrix::values |
Definition at line 140 of file SuperLUSupport.h.