#include <minres.hpp>
Public Types | |
typedef _MatrixType | MatrixType |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > | MatrixXs |
typedef MatrixType::RealScalar | RealScalar |
typedef MatrixType::Scalar | Scalar |
typedef Eigen::MINRES< MatrixType > | Solver |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > | VectorXs |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | expose () |
static void | expose (const std::string &name) |
Static Private Member Functions | |
template<typename MatrixOrVector > | |
static MatrixOrVector | solve (const Solver &self, const MatrixOrVector &vec) |
Definition at line 125 of file minres.hpp.
typedef _MatrixType eigenpy::MINRESSolverVisitor< _MatrixType >::MatrixType |
Definition at line 127 of file minres.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::MINRESSolverVisitor< _MatrixType >::MatrixXs |
Definition at line 134 of file minres.hpp.
typedef MatrixType::RealScalar eigenpy::MINRESSolverVisitor< _MatrixType >::RealScalar |
Definition at line 129 of file minres.hpp.
typedef MatrixType::Scalar eigenpy::MINRESSolverVisitor< _MatrixType >::Scalar |
Definition at line 128 of file minres.hpp.
typedef Eigen::MINRES<MatrixType> eigenpy::MINRESSolverVisitor< _MatrixType >::Solver |
Definition at line 135 of file minres.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::MINRESSolverVisitor< _MatrixType >::VectorXs |
Definition at line 131 of file minres.hpp.
|
inlinestatic |
Definition at line 149 of file minres.hpp.
|
inlinestatic |
Definition at line 155 of file minres.hpp.
|
inlinestaticprivate |
Definition at line 174 of file minres.hpp.
|
inline |
Definition at line 138 of file minres.hpp.