Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h89 …),m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) in SparseLU()
93 …),m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) in SparseLU()
314 return Scalar(m_detPermR); in signDeterminant()
350 Index m_detPermR; // Determinant of the coefficient matrix variable
537 m_detPermR = 1; // Record the determinant of the row permutation in factorize()
626 if (pivrow != jj) m_detPermR *= -1; in factorize()