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. |
|
Returns Frobenius norm of generic rectangular matrix.
|
|
Returns squared Frobenius norm of generic rectangular matrix.
|
|
Returns Frobenius norm of generic rectangular matrix.
|
|
Returns squared Frobenius norm of generic rectangular matrix.
|
|
Macro: Frobenius norm of square matrix. Return Frobenius norm of square matrix 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. |
|
Macro: Frobenius norm of square matrix. Return Frobenius norm of square matrix 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. |