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

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h55 Options = MatrixType::Options & ~RowMajorBit, // these are the options for the TmpMatrixType, we need a ColMajor matrix here!
63 typedef Matrix<Scalar, RowsAtCompileTime, 1, Options, MaxRowsAtCompileTime, 1> TmpMatrixType; typedef in class:Eigen::LDLT
247 TmpMatrixType m_temporary;

Completed in 109 milliseconds