Searched refs:m_detPermR (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 89 …),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() 313 return Scalar(m_detPermR); in signDeterminant() 349 Index m_detPermR; // Determinant of the coefficient matrix variable 536 m_detPermR = 1; // Record the determinant of the row permutation in factorize() 625 if (pivrow != jj) m_detPermR *= -1; in factorize()
|