Searched refs:LDLT (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h27 * \class LDLT
48 template<typename _MatrixType, int _UpLo> class LDLT class in namespace:Eigen
73 * perform decompositions via LDLT::compute(const MatrixType&).
75 LDLT() function in class:Eigen::LDLT
86 * \sa LDLT()
88 LDLT(Index size) function in class:Eigen::LDLT
99 * \sa LDLT(Index size)
101 LDLT(const MatrixType& matrix) function in class:Eigen::LDLT
122 eigen_assert(m_isInitialized && "LDLT is not initialized.");
129 eigen_assert(m_isInitialized && "LDLT i
[all...]
/external/eigen/test/
H A Dcholesky.cpp65 LLT.h LDLT.h
134 // LDLT
146 LDLT<SquareMatrixType,Lower> ldltlo(symmLo);
153 LDLT<SquareMatrixType,Upper> ldltup(symmUp);
238 CALL_SUBTEST(( test_chol_update<SquareMatrixType,LDLT>(symm) ));
280 // LDLT
291 LDLT<RealMatrixType,Lower> ldltlo(symmLo);
316 // LDLT is not guaranteed to work for indefinite matrices, but happens to work fine if matrix is diagonal.
317 // This test checks that LDLT reports correctly that matrix is indefinite.
325 LDLT<MatrixTyp
[all...]
H A Dnomalloc.cpp133 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A); local
134 X = LDLT.solve(B);
135 x = LDLT.solve(b);
/external/eigen/test/eigen2/
H A Deigen2_cholesky.cpp22 LLT.h LDLT.h
69 LDLT<SquareMatrixType> ldlt(symm);
71 // in eigen3, LDLT is pivoting
96 LDLT<SquareMatrixType> cholnosqrt(symm);
/external/eigen/bench/
H A DbenchCholesky.cpp59 LDLT<SquareMatrixType> cholnosqrt(covMat);
/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h153 const LDLT<PlainObject, UpLo> ldlt() const;
H A DMatrixBase.h368 const LDLT<PlainObject> ldlt() const;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h226 template<typename MatrixType, int UpLo = Lower> class LDLT;

Completed in 424 milliseconds