#include <SuperLUSupport.h>
Public Member Functions | |
| SluMatrix & | operator= (const SluMatrix &other) |
| template<typename Scalar > | |
| void | setScalarType () |
| void | setStorageType (Stype_t t) |
| SluMatrix (const SluMatrix &other) | |
| SluMatrix () | |
Static Public Member Functions | |
| template<typename MatrixType > | |
| static SluMatrix | Map (SparseMatrixBase< MatrixType > &mat) |
| template<typename Scalar , int Rows, int Cols, int Options, int MRows, int MCols> | |
| static SluMatrix | Map (Matrix< Scalar, Rows, Cols, Options, MRows, MCols > &mat) |
Public Attributes | |
| struct { | |
| union { | |
| int lda | |
| int nnz | |
| } | |
| int * innerInd | |
| int * outerInd | |
| void * values | |
| } | storage |
Definition at line 61 of file SuperLUSupport.h.
| SluMatrix::SluMatrix | ( | ) | [inline] |
Definition at line 63 of file SuperLUSupport.h.
| SluMatrix::SluMatrix | ( | const SluMatrix & | other | ) | [inline] |
Definition at line 68 of file SuperLUSupport.h.
| static SluMatrix SluMatrix::Map | ( | SparseMatrixBase< MatrixType > & | mat | ) | [inline, static] |
Definition at line 139 of file SuperLUSupport.h.
| static SluMatrix SluMatrix::Map | ( | Matrix< Scalar, Rows, Cols, Options, MRows, MCols > & | mat | ) | [inline, static] |
Definition at line 121 of file SuperLUSupport.h.
Definition at line 75 of file SuperLUSupport.h.
| void SluMatrix::setScalarType | ( | ) | [inline] |
Definition at line 104 of file SuperLUSupport.h.
| void SluMatrix::setStorageType | ( | Stype_t | t | ) | [inline] |
Definition at line 91 of file SuperLUSupport.h.
| int* SluMatrix::innerInd |
Definition at line 87 of file SuperLUSupport.h.
| int SluMatrix::lda |
Definition at line 85 of file SuperLUSupport.h.
| int SluMatrix::nnz |
Definition at line 85 of file SuperLUSupport.h.
| int* SluMatrix::outerInd |
Definition at line 88 of file SuperLUSupport.h.
| struct { ... } SluMatrix::storage |
| void* SluMatrix::values |
Definition at line 86 of file SuperLUSupport.h.