Home | History | Annotate | Download | only in Eigenvalues

Lines Matching full:normalized

248       * eigenvectors are normalized to have (Euclidean) norm equal to one. If
564 * For numerical stability m.trace() should be near zero and to avoid over- or underflow m should be normalized.
696 eivecs.col(1) = eivecs.col(2).cross(eivecs.col(0)).normalized();