38 float *buff_x = (
float * ) FLA_FLOAT_PTR( x );
39 float *buff_norm_x = (
float * ) FLA_FLOAT_PTR( norm_x );
50 double *buff_x = (
double * ) FLA_DOUBLE_PTR( x );
51 double *buff_norm_x = (
double * ) FLA_DOUBLE_PTR( norm_x );
63 float *buff_norm_x = (
float * ) FLA_FLOAT_PTR( norm_x );
72 case FLA_DOUBLE_COMPLEX:
75 double *buff_norm_x = (
double * ) FLA_DOUBLE_PTR( norm_x );
FLA_Error FLA_Nrm2_check(FLA_Obj x, FLA_Obj norm)
Definition: FLA_Nrm2_check.c:13
FLA_Obj FLA_ZERO
Definition: FLA_Init.c:20
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
dim_t FLA_Obj_vector_inc(FLA_Obj obj)
Definition: FLA_Query.c:145
dim_t FLA_Obj_vector_dim(FLA_Obj obj)
Definition: FLA_Query.c:137
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
int FLA_Datatype
Definition: FLA_type_defs.h:49
FLA_Error FLA_Set(FLA_Obj alpha, FLA_Obj A)
Definition: FLA_Set.c:13
void bl1_znrm2(int n, dcomplex *x, int incx, double *norm)
Definition: bl1_nrm2.c:46
void bl1_snrm2(int n, float *x, int incx, float *norm)
Definition: bl1_nrm2.c:13
void bl1_dnrm2(int n, double *x, int incx, double *norm)
Definition: bl1_nrm2.c:24
void bl1_cnrm2(int n, scomplex *x, int incx, float *norm)
Definition: bl1_nrm2.c:35
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133