The base class for the direct and incomplete LU factorization of SuperLU.
More...
#include <SuperLUSupport.h>
|
|
typedef _MatrixType | MatrixType |
| |
|
typedef MatrixType::Scalar | Scalar |
| |
|
typedef MatrixType::RealScalar | RealScalar |
| |
|
typedef MatrixType::Index | Index |
| |
|
typedef Matrix< Scalar, Dynamic, 1 > | Vector |
| |
|
typedef Matrix< int, 1, MatrixType::ColsAtCompileTime > | IntRowVectorType |
| |
|
typedef Matrix< int, MatrixType::RowsAtCompileTime, 1 > | IntColVectorType |
| |
|
typedef SparseMatrix< Scalar > | LUMatrixType |
| |
|
|
void | initFactorization (const MatrixType &a) |
| |
|
void | init () |
| |
|
void | extractData () const |
| |
|
void | clearFactors () |
| |
template<typename _MatrixType, typename Derived>
class Eigen::SuperLUBase< _MatrixType, Derived >
The base class for the direct and incomplete LU factorization of SuperLU.
§ analyzePattern()
template<typename _MatrixType, typename Derived>
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()
§ info()
template<typename _MatrixType, typename Derived>
Reports whether previous computation was successful.
- Returns
Success if computation was succesful, NumericalIssue if the matrix.appears to be negative.
§ options()
template<typename _MatrixType, typename Derived>
- Returns
- a reference to the Super LU option object to configure the Super LU algorithms.
§ solve() [1/2]
template<typename _MatrixType, typename 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<typename _MatrixType, typename 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: