Main Page   Modules   Compound List   File List   Compound Members   File Members  

Norms of a General Size Matrix
[General Size Matrices]


Functions

double gan_mat_sumsqr (Gan_Matrix *A)
 Returns squared Frobenius norm of generic rectangular matrix.

double gan_mat_Fnorm (Gan_Matrix *A)
 Returns Frobenius norm of generic rectangular matrix.

double gan_squmat_sumsqr (Gan_SquMatrix *A)
 Macro: Squared Frobenius norm of square matrix.

double gan_squmat_Fnorm (Gan_SquMatrix *A)
 Macro: Frobenius norm of square matrix.

float gan_matf_sumsqr (Gan_Matrix_f *A)
 Returns squared Frobenius norm of generic rectangular matrix.

float gan_matf_Fnorm (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 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 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 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 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 Gan_SquMatrix   A
 

Macro: Frobenius norm of square matrix.

Return Frobenius norm of square matrix A.

double gan_squmat_sumsqr 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 Mon Oct 13 16:14:58 2003 by doxygen1.3-rc1