Home
last modified time | relevance | path

Searched refs:diagpivotthresh (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_pivotL.h60 Index SparseLUImpl<Scalar,StorageIndex>::pivotL(const Index jcol, const RealScalar& diagpivotthresh in pivotL() argument
97 RealScalar thresh = diagpivotthresh * pivmax; in pivotL()
DSparseLUImpl.h43 …Index pivotL(const Index jcol, const RealScalar& diagpivotthresh, IndexVector& perm_r, IndexVector…