23 buff_index = (
int * ) FLA_INT_PTR( index );
41 float* buff_x = (
float * ) FLA_FLOAT_PTR( x );
52 double* buff_x = (
double * ) FLA_DOUBLE_PTR( x );
72 case FLA_DOUBLE_COMPLEX:
FLA_Error FLA_Amax_check(FLA_Obj x, FLA_Obj index)
Definition: FLA_Amax_check.c:13
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
void bl1_samax(int n, float *x, int incx, int *index)
Definition: bl1_amax.c:13
void bl1_zamax(int n, dcomplex *x, int incx, int *index)
Definition: bl1_amax.c:46
void bl1_damax(int n, double *x, int incx, int *index)
Definition: bl1_amax.c:24
void bl1_camax(int n, scomplex *x, int incx, int *index)
Definition: bl1_amax.c:35
Definition: blis_type_defs.h:138
Definition: blis_type_defs.h:133