Home
last modified time | relevance | path

Searched refs:computeRowMajor (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h39 m_lu.IsRowMajor ? computeRowMajor() : compute(); in m_flags()
90 void computeRowMajor();
184 void SkylineInplaceLU<MatrixType>::computeRowMajor() { in computeRowMajor() function