SparseLU.h | 89 SparseLU():m_isInitialized(true),m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) 93 SparseLU(const MatrixType& matrix):m_isInitialized(true),m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) 125 m_symmetricmode = sym; 345 bool m_symmetricmode; member in class:Eigen::SparseLU 405 if (!m_symmetricmode) { 528 if ( m_symmetricmode == true )
|