libflame
revision_anchor
|
Functions | |
void | bl1_sfnorm (int m, int n, float *a, int a_rs, int a_cs, float *norm) |
void | bl1_dfnorm (int m, int n, double *a, int a_rs, int a_cs, double *norm) |
void | bl1_cfnorm (int m, int n, scomplex *a, int a_rs, int a_cs, float *norm) |
void | bl1_zfnorm (int m, int n, dcomplex *a, int a_rs, int a_cs, double *norm) |
void bl1_cfnorm | ( | int | m, |
int | n, | ||
scomplex * | a, | ||
int | a_rs, | ||
int | a_cs, | ||
float * | norm | ||
) |
References bl1_is_row_storage(), bl1_is_vector(), bl1_vector_dim(), bl1_vector_inc(), bl1_zero_dim2(), BLIS1_NO_TRANSPOSE, i, scomplex::imag, and scomplex::real.
Referenced by FLA_Norm_frob().
void bl1_dfnorm | ( | int | m, |
int | n, | ||
double * | a, | ||
int | a_rs, | ||
int | a_cs, | ||
double * | norm | ||
) |
References bl1_is_row_storage(), bl1_is_vector(), bl1_vector_dim(), bl1_vector_inc(), bl1_zero_dim2(), BLIS1_NO_TRANSPOSE, and i.
Referenced by FLA_Norm_frob().
void bl1_sfnorm | ( | int | m, |
int | n, | ||
float * | a, | ||
int | a_rs, | ||
int | a_cs, | ||
float * | norm | ||
) |
References bl1_is_row_storage(), bl1_is_vector(), bl1_vector_dim(), bl1_vector_inc(), bl1_zero_dim2(), BLIS1_NO_TRANSPOSE, and i.
Referenced by FLA_Norm_frob().
void bl1_zfnorm | ( | int | m, |
int | n, | ||
dcomplex * | a, | ||
int | a_rs, | ||
int | a_cs, | ||
double * | norm | ||
) |
References bl1_is_row_storage(), bl1_is_vector(), bl1_vector_dim(), bl1_vector_inc(), bl1_zero_dim2(), BLIS1_NO_TRANSPOSE, i, dcomplex::imag, and dcomplex::real.
Referenced by FLA_Norm_frob().