#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 29 of file IterativeSolverBase.hpp.
typedef IterativeSolver::MatrixType eigenpy::IterativeSolverVisitor< IterativeSolver >::MatrixType |
Definition at line 33 of file IterativeSolverBase.hpp.
typedef IterativeSolver::Preconditioner eigenpy::IterativeSolverVisitor< IterativeSolver >::Preconditioner |
Definition at line 34 of file IterativeSolverBase.hpp.
typedef Eigen::VectorXd eigenpy::IterativeSolverVisitor< IterativeSolver >::VectorType |
Definition at line 35 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 87 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 82 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 77 of file IterativeSolverBase.hpp.
|
inlinestaticprivate |
Definition at line 92 of file IterativeSolverBase.hpp.
|
inline |
Definition at line 38 of file IterativeSolverBase.hpp.