34 float *buff_A = (
float * ) FLA_FLOAT_PTR( A );
35 float *buff_norm = (
float * ) FLA_FLOAT_PTR( norm );
47 double *buff_A = (
double * ) FLA_DOUBLE_PTR( A );
48 double *buff_norm = (
double * ) FLA_DOUBLE_PTR( norm );
61 float *buff_norm = (
float * ) FLA_FLOAT_PTR( norm );
71 case FLA_DOUBLE_COMPLEX:
74 double *buff_norm = (
double * ) FLA_DOUBLE_PTR( norm );
FLA_Error FLA_Norm_frob_check(FLA_Obj A, FLA_Obj norm)
Definition: FLA_Norm_frob_check.c:13
dim_t FLA_Obj_width(FLA_Obj obj)
Definition: FLA_Query.c:123
dim_t FLA_Obj_row_stride(FLA_Obj obj)
Definition: FLA_Query.c:167
dim_t FLA_Obj_length(FLA_Obj obj)
Definition: FLA_Query.c:116
dim_t FLA_Obj_col_stride(FLA_Obj obj)
Definition: FLA_Query.c:174
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
int FLA_Datatype
Definition: FLA_type_defs.h:49
void bl1_cfnorm(int m, int n, scomplex *a, int a_rs, int a_cs, float *norm)
Definition: bl1_fnorm.c:121
void bl1_dfnorm(int m, int n, double *a, int a_rs, int a_cs, double *norm)
Definition: bl1_fnorm.c:67
void bl1_sfnorm(int m, int n, float *a, int a_rs, int a_cs, float *norm)
Definition: bl1_fnorm.c:13
void bl1_zfnorm(int m, int n, dcomplex *a, int a_rs, int a_cs, double *norm)
Definition: bl1_fnorm.c:175
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133