Searched refs:low_accuracy (Results 1 – 2 of 2) sorted by relevance
31 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy);
952 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy) in QR_algorithm() argument979 step = (low_accuracy == 1) ? TOL_QR_STEP_LOW : TOL_QR_STEP; in QR_algorithm()1138 if (low_accuracy == 1) in QR_algorithm()