#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 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 |
Definition at line 103 of file SuperLUSupport.h.
SluMatrix::SluMatrix | ( | ) | [inline] |
Definition at line 105 of file SuperLUSupport.h.
SluMatrix::SluMatrix | ( | const SluMatrix & | other | ) | [inline] |
Definition at line 110 of file SuperLUSupport.h.
static SluMatrix SluMatrix::Map | ( | Matrix< Scalar, Rows, Cols, Options, MRows, MCols > & | mat | ) | [inline, static] |
Definition at line 163 of file SuperLUSupport.h.
static SluMatrix SluMatrix::Map | ( | SparseMatrixBase< MatrixType > & | mat | ) | [inline, static] |
Definition at line 181 of file SuperLUSupport.h.
Definition at line 117 of file SuperLUSupport.h.
void SluMatrix::setScalarType | ( | ) | [inline] |
Definition at line 146 of file SuperLUSupport.h.
void SluMatrix::setStorageType | ( | Stype_t | t | ) | [inline] |
Definition at line 133 of file SuperLUSupport.h.
int* SluMatrix::innerInd |
Definition at line 129 of file SuperLUSupport.h.
int SluMatrix::lda |
Definition at line 127 of file SuperLUSupport.h.
int SluMatrix::nnz |
Definition at line 127 of file SuperLUSupport.h.
int* SluMatrix::outerInd |
Definition at line 130 of file SuperLUSupport.h.
struct { ... } SluMatrix::storage |
void* SluMatrix::values |
Definition at line 128 of file SuperLUSupport.h.