Searched refs:rtemp (Results 1 – 1 of 1) sorted by relevance
77 RealScalar rtemp; in pivotL() local80 rtemp = std::abs(lu_col_ptr[isub]); in pivotL()81 if (rtemp > pivmax) { in pivotL()82 pivmax = rtemp; in pivotL()104 rtemp = std::abs(lu_col_ptr[diag]); in pivotL()105 if (rtemp != 0.0 && rtemp >= thresh) pivptr = diag; in pivotL()