![]() |
Eigen
3.3.3
|
A base class for sparse solvers.
| Derived | the actual type of the solver. |
Inheritance diagram for Eigen::SparseSolverBase< Derived >:Public Member Functions | |
| 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 () | |
| Eigen::SparseSolverBase< Derived >::SparseSolverBase | ( | ) | [inline] |
Default constructor
| const Solve<Derived, Rhs> Eigen::SparseSolverBase< Derived >::solve | ( | const MatrixBase< Rhs > & | b | ) | const [inline] |
using the current decomposition of A.Reimplemented in Eigen::SparseQR< _MatrixType, _OrderingType >, and Eigen::SparseLU< _MatrixType, _OrderingType >.
| const Solve<Derived, Rhs> Eigen::SparseSolverBase< Derived >::solve | ( | const SparseMatrixBase< Rhs > & | b | ) | const [inline] |
using the current decomposition of A.Reimplemented in Eigen::SparseQR< _MatrixType, _OrderingType >.