eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Public Types | |
| typedef Derived | Solver |
| typedef Derived::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 |
Public Member Functions | |
| template<class PyClass> | |
| void | visit (PyClass &cl) const |
Definition at line 18 of file SVDBase.hpp.
| typedef Derived::MatrixType eigenpy::SVDBaseVisitor< Derived >::MatrixType |
Definition at line 22 of file SVDBase.hpp.
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::SVDBaseVisitor< Derived >::MatrixXs |
Definition at line 30 of file SVDBase.hpp.
| typedef MatrixType::RealScalar eigenpy::SVDBaseVisitor< Derived >::RealScalar |
Definition at line 24 of file SVDBase.hpp.
| typedef MatrixType::Scalar eigenpy::SVDBaseVisitor< Derived >::Scalar |
Definition at line 23 of file SVDBase.hpp.
| typedef Derived eigenpy::SVDBaseVisitor< Derived >::Solver |
Definition at line 20 of file SVDBase.hpp.
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::SVDBaseVisitor< Derived >::VectorXs |
Definition at line 27 of file SVDBase.hpp.
| inline |
Definition at line 33 of file SVDBase.hpp.