HomeSort by relevance Sort by last modified time
    Searched defs:LDLT (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
nomalloc.cpp 124 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A);
125 X = LDLT.solve(B);
126 x = LDLT.solve(b);
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 27 * \class LDLT
48 * \sa MatrixBase::ldlt(), SelfAdjointView::ldlt(), class LLT
50 template<typename _MatrixType, int _UpLo> class LDLT
75 * perform decompositions via LDLT::compute(const MatrixType&).
77 LDLT()
88 * \sa LDLT()
90 explicit LDLT(Index size)
102 * \sa LDLT(Index size)
105 explicit LDLT(const EigenBase<InputType>& matrix
651 SelfAdjointView<MatrixType, UpLo>::ldlt() const function in class:Eigen::SelfAdjointView
662 MatrixBase<Derived>::ldlt() const function in class:Eigen::MatrixBase
    [all...]

Completed in 2960 milliseconds