MCPcopy Create free account
hub / github.com/dblalock/bolt / SparseLU

Method SparseLU

cpp/src/external/eigen/src/SparseLU/SparseLU.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected