A base class for sparse solvers.
More...
#include <SparseSolverBase.h>
template<typename Derived>
class Eigen::SparseSolverBase< Derived >
A base class for sparse solvers.
- Template Parameters
-
Derived | the actual type of the solver. |
§ solve() [1/2]
template<typename Derived>
template<typename Rhs >
- Returns
- an expression of the solution x of \( A x = b \) using the current decomposition of A.
- See also
- compute()
§ solve() [2/2]
template<typename Derived>
template<typename Rhs >
- Returns
- an expression of 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: