Searched defs:LDLT (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dnomalloc.cpp124 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A); local
125 X = LDLT.solve(B);
126 x = LDLT.solve(b);
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h27 * \class LDLT
50 template<typename _MatrixType, int _UpLo> class LDLT class in namespace:Eigen
75 * perform decompositions via LDLT::compute(const MatrixType&).
77 LDLT() function in class:Eigen::LDLT
88 * \sa LDLT()
90 explicit LDLT(Index size) function in class:Eigen::LDLT
102 * \sa LDLT(Index size)
105 explicit LDLT(const EigenBase<InputType>& matrix) function in class:Eigen::LDLT
115 /** \brief Constructs a LDLT factorization from a given matrix
119 * \sa LDLT(cons
122 explicit LDLT(EigenBase<InputType>& matrix) function in class:Eigen::LDLT
530 rankUpdate(const MatrixBase<Derived>& w, const typename LDLT<MatrixType,_UpLo>::RealScalar& sigma) argument
[all...]

Completed in 149 milliseconds