Home | History | Annotate | Download | only in src

Lines Matching refs:Amax

73     double Amax, anorm = 0, ax;
98 Amax = anorm;
100 while( Amax > ax && iters++ < 100 )
102 Amax /= n;
118 if( fabs( Apq ) < Amax )
178 Amax /= n;
179 } /* while ( Amax > ax ) */
224 double Amax = 0.0, anorm = 0.0, ax;
249 Amax = anorm;
251 while( Amax > ax && iters++ < 100 )
253 Amax /= n;
268 if( fabs( A1[q] ) < Amax )
331 } /* while ( Amax > ax ) */