Home | History | Annotate | Download | only in src

Lines Matching refs:Amax

49     double Amax, anorm = 0, ax;
74 Amax = anorm;
76 while( Amax > ax )
78 Amax /= n;
94 if( fabs( Apq ) < Amax )
154 Amax /= n;
155 } /* while ( Amax > ax ) */