Searched refs:rtemp (Results 1 – 1 of 1) sorted by relevance
77 RealScalar rtemp; in pivotL() local81 rtemp = abs(lu_col_ptr[isub]); in pivotL()82 if (rtemp > pivmax) { in pivotL()83 pivmax = rtemp; in pivotL()107 rtemp = abs(lu_col_ptr[diag]); in pivotL()108 if (rtemp != RealScalar(0.0) && rtemp >= thresh) pivptr = diag; in pivotL()