Searched refs:m_detPermR (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 100 …):m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) in SparseLU() 105 …: m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) in SparseLU() 330 return det * m_detPermR * m_detPermC; in signDeterminant() 355 return (m_detPermR * m_detPermC) > 0 ? det : -det; in determinant() 390 Index m_detPermR, m_detPermC; // Determinants of the permutation matrices variable 581 m_detPermR = 1; // Record the determinant of the row permutation in factorize() 671 if (pivrow != jj) m_detPermR = -m_detPermR; in factorize() 686 m_detPermR = m_perm_r.determinant(); in factorize()
|