HomeSort by relevance Sort by last modified time
    Searched refs:vectorD (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Cholesky/
LDLT.h 163 inline Diagonal<const MatrixType> vectorD() const
570 const typename Diagonal<const MatrixType>::RealReturnType vecD(vectorD());
636 res = vectorD().real().asDiagonal() * res;
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 444 inline const VectorType vectorD() const {
543 inline const VectorType vectorD() const {
  /external/eigen/test/
cholesky.cpp 264 if(ldltlo.vectorD().real().cwiseAbs().minCoeff()>RealScalar(0))
470 VERIFY_RAISES_ASSERT(ldlt.vectorD())

Completed in 99 milliseconds