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

  /external/eigen/test/
nomalloc.cpp 133 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A);
134 X = LDLT.solve(B);
135 x = LDLT.solve(b);
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 27 * \class LDLT
46 * \sa MatrixBase::ldlt(), class LLT
48 template<typename _MatrixType, int _UpLo> class LDLT
73 * perform decompositions via LDLT::compute(const MatrixType&).
75 LDLT()
86 * \sa LDLT()
88 LDLT(Index size)
99 * \sa LDLT(Index size)
101 LDLT(const MatrixType& matrix)
122 eigen_assert(m_isInitialized && "LDLT is not initialized.")
587 SelfAdjointView<MatrixType, UpLo>::ldlt() const function in class:Eigen::SelfAdjointView
597 MatrixBase<Derived>::ldlt() const function in class:Eigen::MatrixBase
    [all...]

Completed in 105 milliseconds