![]() |
Eigen
3.2.7
|
The base class for the direct and incomplete LU factorization of SuperLU.
Inherits noncopyable.
Public Member Functions | |
| void | analyzePattern (const MatrixType &) |
| void | compute (const MatrixType &matrix) |
| ComputationInfo | info () const |
| Reports whether previous computation was successful. More... | |
| superlu_options_t & | options () |
| template<typename Rhs > | |
| const internal::solve_retval < SuperLUBase, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| template<typename Rhs > | |
| const internal::sparse_solve_retval < SuperLUBase, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
|
inline |
Performs a symbolic decomposition on the sparcity of matrix.
This function is particularly useful when solving for several problems having the same structure.
Referenced by SuperLU< _MatrixType >::analyzePattern(), and SuperILU< _MatrixType >::analyzePattern().
|
inline |
Computes the sparse Cholesky decomposition of matrix
|
inline |
Reports whether previous computation was successful.
Success if computation was succesful, NumericalIssue if the matrix.appears to be negative.
|
inline |
|
inline |
using the current decomposition of A.
|
inline |
using the current decomposition of A.