Searched defs:SparseLU (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 17 …Type, typename _OrderingType = COLAMDOrdering<typename _MatrixType::StorageIndex> > class SparseLU; variable 100 …SparseLU():m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_d… in SparseLU() function 104 explicit SparseLU(const MatrixType& matrix) in SparseLU() function
|