Searched refs:m_diagpivotthresh (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h89 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)
168 m_diagpivotthresh = thresh;
347 RealScalar m_diagpivotthresh; // Specifies the threshold used for a diagonal entry to be an acceptable pivot member in class:Eigen::SparseLU
612 info = Base::pivotL(jj, m_diagpivotthresh, m_perm_r.indices(), iperm_c.indices(), pivrow, m_glu);

Completed in 45 milliseconds