Main Page | Modules | Class List | File List | Class Members | File Members

Norms of a General Size Matrix
[General Size Matrices]


Functions

double gan_mat_sumsqr (const Gan_Matrix *A)
 Returns squared Frobenius norm of generic rectangular matrix.
double gan_mat_Fnorm (const Gan_Matrix *A)
 Returns Frobenius norm of generic rectangular matrix.
double gan_squmat_sumsqr (const Gan_SquMatrix *A)
 Macro: Squared Frobenius norm of square matrix.
double gan_squmat_Fnorm (const Gan_SquMatrix *A)
 Macro: Frobenius norm of square matrix.
float gan_matf_sumsqr (const Gan_Matrix_f *A)
 Returns squared Frobenius norm of generic rectangular matrix.
float gan_matf_Fnorm (const Gan_Matrix_f *A)
 Returns Frobenius norm of generic rectangular matrix.
float gan_squmatf_sumsqr (Gan_SquMatrix_f *A)
 Macro: Squared Frobenius norm of square matrix.
float gan_squmatf_Fnorm (Gan_SquMatrix_f *A)
 Macro: Frobenius norm of square matrix.

Function Documentation

double gan_mat_Fnorm const Gan_Matrix A  ) 
 

Returns Frobenius norm of generic rectangular matrix.

Parameters:
A The input matrix
Returns:
The value of the Frobenius norm of A.
Returns Frobenius norm of generic rectangular matrix (square-root of sum of squares of matrix elements).

double gan_mat_sumsqr const Gan_Matrix A  ) 
 

Returns squared Frobenius norm of generic rectangular matrix.

Parameters:
A The input matrix
Returns:
The value of the squared Frobenius norm of A.
Returns squared Frobenius norm of generic rectangular matrix A (sum of squares of matrix elements).

float gan_matf_Fnorm const Gan_Matrix_f A  ) 
 

Returns Frobenius norm of generic rectangular matrix.

Parameters:
A The input matrix
Returns:
The value of the Frobenius norm of A.
Returns Frobenius norm of generic rectangular matrix (square-root of sum of squares of matrix elements).

float gan_matf_sumsqr const Gan_Matrix_f A  ) 
 

Returns squared Frobenius norm of generic rectangular matrix.

Parameters:
A The input matrix
Returns:
The value of the squared Frobenius norm of A.
Returns squared Frobenius norm of generic rectangular matrix A (sum of squares of matrix elements).

double gan_squmat_Fnorm const Gan_SquMatrix A  ) 
 

Macro: Frobenius norm of square matrix.

Return Frobenius norm of square matrix A.

double gan_squmat_sumsqr const Gan_SquMatrix A  ) 
 

Macro: Squared Frobenius norm of square matrix.

Return squared Frobenius norm of square matrix A, i.e. the sum of the squared elements of A.

float gan_squmatf_Fnorm Gan_SquMatrix_f A  ) 
 

Macro: Frobenius norm of square matrix.

Return Frobenius norm of square matrix A.

float gan_squmatf_sumsqr Gan_SquMatrix_f A  ) 
 

Macro: Squared Frobenius norm of square matrix.

Return squared Frobenius norm of square matrix A, i.e. the sum of the squared elements of A.


Generated on Fri Mar 17 12:44:58 2006 by  doxygen 1.3.9.1