#include <IterativeSolverBase.hpp>
Public Types | |
typedef IterativeSolver::MatrixType | MatrixType |
typedef IterativeSolver::Preconditioner | Preconditioner |
typedef Eigen::VectorXd | VectorType |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Private Member Functions | |
static IterativeSolver & | analyzePattern (IterativeSolver &self, const MatrixType &m) |
static IterativeSolver & | compute (IterativeSolver &self, const MatrixType &m) |
static IterativeSolver & | factorize (IterativeSolver &self, const MatrixType &m) |
static VectorType | solveWithGuess (IterativeSolver &self, const Eigen::VectorXd &b, const Eigen::VectorXd &x0) |
Definition at line 26 of file IterativeSolverBase.hpp.
typedef IterativeSolver::MatrixType eigenpy::IterativeSolverVisitor< IterativeSolver >::MatrixType |
Definition at line 28 of file IterativeSolverBase.hpp.
typedef IterativeSolver::Preconditioner eigenpy::IterativeSolverVisitor< IterativeSolver >::Preconditioner |
Definition at line 29 of file IterativeSolverBase.hpp.
typedef Eigen::VectorXd eigenpy::IterativeSolverVisitor< IterativeSolver >::VectorType |
Definition at line 30 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 104 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 100 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 95 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 109 of file IterativeSolverBase.hpp.
|
inline |
Definition at line 33 of file IterativeSolverBase.hpp.