A base class for sparse solvers. More...
Inheritance diagram for Eigen::SparseSolverBase< Derived >:Public Member Functions | |
| Derived & | derived () |
| const Derived & | derived () const |
| 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 () | |
| SparseSolverBase (SparseSolverBase &&other) | |
| ~SparseSolverBase () | |
Protected Attributes | |
| bool | m_isInitialized |
A base class for sparse solvers.
| Derived | the actual type of the solver. |
Definition at line 69 of file SparseSolverBase.h.
|
inline |
|
inline |
Definition at line 78 of file SparseSolverBase.h.
|
inline |
Definition at line 80 of file SparseSolverBase.h.
|
inline |
Definition at line 83 of file SparseSolverBase.h.
|
inline |
Definition at line 84 of file SparseSolverBase.h.
|
inline |
Definition at line 92 of file SparseSolverBase.h.
|
inline |
Definition at line 105 of file SparseSolverBase.h.
|
mutableprotected |
Definition at line 123 of file SparseSolverBase.h.