#include <LDLT.hpp>
Public Types | |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > | DenseMatrixXs |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > | DenseVectorXs |
typedef _MatrixType | MatrixType |
typedef MatrixType::RealScalar | RealScalar |
typedef MatrixType::Scalar | Scalar |
typedef Eigen::SimplicialLDLT< MatrixType > | Solver |
typedef SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering > | Visitor |
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 | |
static DenseVectorXs | vectorD (const Solver &self) |
Definition at line 17 of file sparse/LDLT.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseMatrixXs |
Definition at line 30 of file sparse/LDLT.hpp.
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseVectorXs |
Definition at line 27 of file sparse/LDLT.hpp.
typedef _MatrixType eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::MatrixType |
Definition at line 21 of file sparse/LDLT.hpp.
typedef MatrixType::RealScalar eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::RealScalar |
Definition at line 25 of file sparse/LDLT.hpp.
typedef MatrixType::Scalar eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::Scalar |
Definition at line 24 of file sparse/LDLT.hpp.
typedef Eigen::SimplicialLDLT<MatrixType> eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::Solver |
Definition at line 23 of file sparse/LDLT.hpp.
typedef SimplicialLDLTVisitor<_MatrixType, _UpLo, _Ordering> eigenpy::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::Visitor |
Definition at line 20 of file sparse/LDLT.hpp.
|
inlinestatic |
Definition at line 44 of file sparse/LDLT.hpp.
|
inlinestatic |
Definition at line 50 of file sparse/LDLT.hpp.
|
inlinestaticprivate |
Definition at line 67 of file sparse/LDLT.hpp.
|
inline |
Definition at line 33 of file sparse/LDLT.hpp.