| 98 | |
| 99 | public: |
| 100 | SparseLU():m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) |
| 101 | { |
| 102 | initperfvalues(); |
| 103 | } |
| 104 | explicit SparseLU(const MatrixType& matrix) |
| 105 | : m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_detPermR(1) |
| 106 | { |
nothing calls this directly
no outgoing calls
no test coverage detected