![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/SuperLUSupport/SuperLUSupport.h>
The base class for the direct and incomplete LU factorization of SuperLU.
Inheritance diagram for Eigen::SuperLUBase< MatrixType_, Derived >:Public Member Functions | |
| void | analyzePattern (const MatrixType &) |
| void | compute (const MatrixType &matrix) |
| ComputationInfo | info () const |
| Reports whether previous computation was successful. | |
| superlu_options_t & | options () |
Public Member Functions inherited from Eigen::SparseSolverBase< Derived > | |
| template<typename Rhs> | |
| const Solve< Derived, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| template<typename Rhs> | |
| const Solve< Derived, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| SparseSolverBase () | |
|
inline |
Performs a symbolic decomposition on the sparsity of matrix.
This function is particularly useful when solving for several problems having the same structure.
|
inline |
Computes the sparse Cholesky decomposition of matrix
|
inline |
Reports whether previous computation was successful.
Success if computation was successful, NumericalIssue if the matrix.appears to be negative.
|
inline |