Home | History | Annotate | Download | only in src

Lines Matching full:epsilon

464 //              values calcLimit->max_iter and calcLimit->epsilon.
675 if( fabs( eigVals[i] / eigVals[0] ) < calcLimit->epsilon )
681 calcLimit->epsilon = (float) fabs( eigVals[m1 - 1] / eigVals[0] );
1303 // values calcLimit->max_iter and calcLimit->epsilon.