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
81 if (rtemp > pivmax) {
82 pivmax = rtemp;
89 if ( pivmax == 0.0 ) {
95 RealScalar thresh = diagpivotthresh * pivmax;

Completed in 146 milliseconds