eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Public Types | |
| typedef _MatrixType | MatrixType |
| typedef MatrixType::Scalar | Scalar |
| typedef MatrixType::RealScalar | RealScalar |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > | VectorXs |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > | MatrixXs |
| typedef Eigen::LLT< MatrixType > | Solver |
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) |
| typedef _MatrixType eigenpy::LLTSolverVisitor< _MatrixType >::MatrixType |
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::LLTSolverVisitor< _MatrixType >::MatrixXs |
| typedef MatrixType::RealScalar eigenpy::LLTSolverVisitor< _MatrixType >::RealScalar |
| typedef MatrixType::Scalar eigenpy::LLTSolverVisitor< _MatrixType >::Scalar |
| typedef Eigen::LLT<MatrixType> eigenpy::LLTSolverVisitor< _MatrixType >::Solver |
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::LLTSolverVisitor< _MatrixType >::VectorXs |
| inlinestatic |
| inlinestatic |
| inline |