Searched refs:vectorD (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h142 inline Diagonal<const MatrixType> vectorD() const function in class:Eigen::LDLT
507 const typename Diagonal<const MatrixType>::RealReturnType vectorD(dec().vectorD());
510 // RealScalar tolerance = (max)(vectorD.array().abs().maxCoeff() *NumTraits<RealScalar>::epsilon(),RealScalar(1) / NumTraits<RealScalar>::highest());
516 for (Index i = 0; i < vectorD.size(); ++i) {
517 if(abs(vectorD(i)) > tolerance)
518 dst.row(i) /= vectorD(i);
573 res = vectorD().real().asDiagonal() * res;
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h418 inline const VectorType vectorD() const { function in class:Eigen::SimplicialLDLT
517 inline const VectorType vectorD() const { function in class:Eigen::SimplicialCholesky
/external/eigen/test/
H A Dcholesky.cpp370 VERIFY_RAISES_ASSERT(ldlt.vectorD())

Completed in 95 milliseconds