|
enum | { ScalarIsComplex = NumTraits<Scalar>::IsComplex,
ColsAtCompileTime = Dynamic,
MaxColsAtCompileTime = Dynamic
} |
|
typedef Traits::MatrixType | MatrixType |
|
typedef Traits::Scalar | Scalar |
|
typedef Traits::RealScalar | RealScalar |
|
typedef Traits::StorageIndex | StorageIndex |
|
typedef SparseMatrix< Scalar, RowMajor, StorageIndex > | SparseMatrixType |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
|
typedef Matrix< StorageIndex, 1, MatrixType::ColsAtCompileTime > | IntRowVectorType |
|
typedef Matrix< StorageIndex, MatrixType::RowsAtCompileTime, 1 > | IntColVectorType |
|
typedef Array< StorageIndex, 64, 1, DontAlign > | ParameterType |
|
|
void | pardisoRelease () |
|
void | pardisoInit (int type) |
|
void | manageErrorCode (Index error) const |
|
§ analyzePattern()
Performs a symbolic decomposition on the sparcity of matrix.
This function is particularly useful when solving for several problems having the same structure.
- See also
- factorize()
§ factorize()
Performs a numeric decomposition of matrix.
The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed.
- See also
- analyzePattern()
§ info()
Reports whether previous computation was successful.
- Returns
Success
if computation was succesful, NumericalIssue
if the matrix appears to be negative.
§ pardisoParameterArray()
- Warning
- for advanced usage only.
- Returns
- a reference to the parameter array controlling PARDISO. See the PARDISO manual to know how to use it.
The documentation for this class was generated from the following file: