Searched refs:TOL_QR_STEP (Results 1 – 1 of 1) sorted by relevance
33 #define TOL_QR_STEP 1e-5f macro979 step = (low_accuracy == 1) ? TOL_QR_STEP_LOW : TOL_QR_STEP; in QR_algorithm()1141 step = TOL_QR_STEP; in QR_algorithm()1480 if (tempVal < TOL_QR_STEP * sum) in unsym_QR_algorithm()1496 while ((tempVal > TOL_QR_STEP * sum) && (delta_count < WILK_IT_MAX)) in unsym_QR_algorithm()1515 if (tempVal < TOL_QR_STEP * sum) in unsym_QR_algorithm()