Searched refs:m_diagpivotthresh (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 100 …SparseLU():m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_d… 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() 180 m_diagpivotthresh = thresh; in setPivotThreshold() 388 …RealScalar m_diagpivotthresh; // Specifies the threshold used for a diagonal entry to be an accept… variable 657 … info = Base::pivotL(jj, m_diagpivotthresh, m_perm_r.indices(), iperm_c.indices(), pivrow, m_glu); in factorize()
|