HomeSort by relevance Sort by last modified time
    Searched full:ldlt (Results 26 - 34 of 34) sorted by null

12

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 142 // const SparseLDLT<PlainObject, UpLo> ldlt() const;
  /external/eigen/doc/
QuickReference.dox 29 <tr><td>\link Cholesky_Module Cholesky \endlink</td><td>\code#include <Eigen/Cholesky>\endcode</td><td>LLT and LDLT Cholesky factorization with solver</td></tr>
672 m2 = m1.selfadjointView<Eigen::Lower>().ldlt().solve(m2);
  /external/ceres-solver/docs/source/
version_history.rst 408 LDLT factorization on the normal equations.
solving.rst 471 ``Eigen`` 's dense LDLT factorization routines.
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 284 // and turns out to be identical to Higham's formula used already in LDLt.
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 252 eigen_assert(m_isInitialized && "Pastix LU, LLT or LDLT is not initialized.");
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 525 * \brief A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 307 // and turns out to be identical to Higham's formula used already in LDLt.
FullPivHouseholderQR.h 326 // and turns out to be identical to Higham's formula used already in LDLt.

Completed in 374 milliseconds

12