In addition to the mathematical notation used in description of BLAS and LAPACK Linear Equations routines, descriptions of the routines to solve Least Squares and Eigenvalue plroblems use the following notation:
Eigenvalues of the matrix A (for the definition of eigenvalues, see Eigenvalue Problems).
Singular values of the matrix A. They are equal to square roots of the eigenvalues of AHA. (For more information, see Singular Value Decomposition).
The 2-norm of the vector x: ||x||2 = (Σi|xi|2)1/2 = ||x||E .
The 2-norm (or spectral norm) of the matrix A.
||A||2 = maxiσi, ||A||22= max|x|=1(Ax·Ax).
The Euclidean norm of the matrix A: ||A||E2 = ΣiΣj|aij|2 (for vectors, the Euclidean norm and the 2-norm are equal: ||x||E = ||x||2).
The acute angle between vectors x and y:
cos q(x, y) = |x·y| / (||x||2||y||2).
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.