HomeSort by relevance Sort by last modified time
    Searched full:pivmax (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h 74 RealScalar pivmax = 0.0; local
82 if (rtemp > pivmax) {
83 pivmax = rtemp;
90 if ( pivmax == 0.0 ) {
96 RealScalar thresh = diagpivotthresh * pivmax;

Completed in 80 milliseconds