eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Public Types | |
| typedef SparseQRType::MatrixType | MatrixType |
| typedef MatrixType::Scalar | Scalar |
| typedef MatrixType::RealScalar | RealScalar |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > | DenseVectorXs |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > | DenseMatrixXs |
| typedef SparseQRType::QRMatrixType | QRMatrixType |
| typedef Eigen::SparseQRMatrixQReturnType< SparseQRType > | QType |
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) |
Definition at line 128 of file SparseQR.hpp.
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::SparseQRVisitor< SparseQRType >::DenseMatrixXs |
Definition at line 138 of file SparseQR.hpp.
| typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::SparseQRVisitor< SparseQRType >::DenseVectorXs |
Definition at line 135 of file SparseQR.hpp.
| typedef SparseQRType::MatrixType eigenpy::SparseQRVisitor< SparseQRType >::MatrixType |
Definition at line 130 of file SparseQR.hpp.
| typedef SparseQRType::QRMatrixType eigenpy::SparseQRVisitor< SparseQRType >::QRMatrixType |
Definition at line 140 of file SparseQR.hpp.
| typedef Eigen::SparseQRMatrixQReturnType<SparseQRType> eigenpy::SparseQRVisitor< SparseQRType >::QType |
Definition at line 141 of file SparseQR.hpp.
| typedef MatrixType::RealScalar eigenpy::SparseQRVisitor< SparseQRType >::RealScalar |
Definition at line 133 of file SparseQR.hpp.
| typedef MatrixType::Scalar eigenpy::SparseQRVisitor< SparseQRType >::Scalar |
Definition at line 132 of file SparseQR.hpp.
| inlinestatic |
Definition at line 206 of file SparseQR.hpp.
| inlinestatic |
Definition at line 212 of file SparseQR.hpp.
| inline |
Definition at line 144 of file SparseQR.hpp.