Home | History | Annotate | Download | only in src

Lines Matching defs:norm

332         // Store roots isolated by balanc and compute matrix norm
334 double norm = 0.0;
341 norm = norm + std::abs(H[i][j]);
354 s = norm;
596 if (norm == 0.0) {
624 H[i][n1] = -r / (eps * norm);
697 vr = eps * norm * (std::abs(w) + std::abs(q) + std::abs(x)