Home | History | Annotate | Download | only in src

Lines Matching refs:anorm

73     double Amax, anorm = 0, ax;
89 anorm += Am * Am;
96 anorm = sqrt( anorm + anorm );
97 ax = anorm * eps / n;
98 Amax = anorm;
224 double Amax = 0.0, anorm = 0.0, ax;
240 anorm += Am * Am;
247 anorm = sqrt( anorm + anorm );
248 ax = anorm * eps / n;
249 Amax = anorm;