38 float *buff_x = (
float * ) FLA_FLOAT_PTR( x );
39 float *buff_y = (
float * ) FLA_FLOAT_PTR( y );
40 float *buff_rho = (
float * ) FLA_FLOAT_PTR( rho );
53 double *buff_x = (
double * ) FLA_DOUBLE_PTR( x );
54 double *buff_y = (
double * ) FLA_DOUBLE_PTR( y );
55 double *buff_rho = (
double * ) FLA_DOUBLE_PTR( rho );
81 case FLA_DOUBLE_COMPLEX:
FLA_Error FLA_Dot_check(FLA_Obj x, FLA_Obj y, FLA_Obj rho)
Definition: FLA_Dot_check.c:13
void bl1_cdot(conj1_t conj, int n, scomplex *x, int incx, scomplex *y, int incy, scomplex *rho)
Definition: bl1_dot.c:39
conj1_t
Definition: blis_type_defs.h:79
void bl1_zdot(conj1_t conj, int n, dcomplex *x, int incx, dcomplex *y, int incy, dcomplex *rho)
Definition: bl1_dot.c:65
FLA_Datatype FLA_Obj_datatype(FLA_Obj obj)
Definition: FLA_Query.c:13
void bl1_ddot(conj1_t conj, int n, double *x, int incx, double *y, int incy, double *rho)
Definition: bl1_dot.c:26
FLA_Bool FLA_Obj_has_zero_dim(FLA_Obj A)
Definition: FLA_Query.c:400
Definition: blis_type_defs.h:132
void bl1_sdot(conj1_t conj, int n, float *x, int incx, float *y, int incy, float *rho)
Definition: bl1_dot.c:13
dim_t FLA_Obj_vector_dim(FLA_Obj obj)
Definition: FLA_Query.c:137
unsigned int FLA_Check_error_level(void)
Definition: FLA_Check.c:18
void FLA_Param_map_flame_to_blis_conj(FLA_Conj conj, conj1_t *blis_conj)
Definition: FLA_Param.c:269
int FLA_Datatype
Definition: FLA_type_defs.h:49
dim_t FLA_Obj_vector_inc(FLA_Obj obj)
Definition: FLA_Query.c:145
Definition: blis_type_defs.h:137