|
| enum | { ScalarIsComplex = NumTraits<Scalar>::IsComplex
} |
| |
|
typedef Traits::MatrixType | MatrixType |
| |
|
typedef Traits::Scalar | Scalar |
| |
|
typedef Traits::RealScalar | RealScalar |
| |
|
typedef Traits::Index | Index |
| |
|
typedef SparseMatrix< Scalar, RowMajor, Index > | SparseMatrixType |
| |
|
typedef Matrix< Scalar, Dynamic, 1 > | VectorType |
| |
|
typedef Matrix< Index, 1, MatrixType::ColsAtCompileTime > | IntRowVectorType |
| |
|
typedef Matrix< Index, MatrixType::RowsAtCompileTime, 1 > | IntColVectorType |
| |
|
typedef Array< Index, 64, 1, DontAlign > | ParameterType |
| |
|
|
void | pardisoRelease () |
| |
|
void | pardisoInit (int type) |
| |
|
void | manageErrorCode (Index error) |
| |
§ 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.
§ solve() [1/2]
template<class Derived>
template<typename Rhs >
- Returns
- the solution x of \( A x = b \) using the current decomposition of A.
- See also
- compute()
§ solve() [2/2]
template<class Derived>
template<typename Rhs >
- Returns
- the solution x of \( A x = b \) using the current decomposition of A.
- See also
- compute()
The documentation for this class was generated from the following file: