14 float* buff_c,
int inc_c,
15 float* buff_s,
int inc_s,
16 float* buff_A,
int rs_A,
int cs_A );
19 double* buff_c,
int inc_c,
20 double* buff_s,
int inc_s,
21 double* buff_A,
int rs_A,
int cs_A );
24 float* buff_c,
int inc_c,
25 float* buff_s,
int inc_s,
26 scomplex* buff_A,
int rs_A,
int cs_A );
29 double* buff_c,
int inc_c,
30 double* buff_s,
int inc_s,
31 dcomplex* buff_A,
int rs_A,
int cs_A );
FLA_Error FLA_Apply_G_rb_opc_var1(int m_A, int n_A, float *buff_c, int inc_c, float *buff_s, int inc_s, scomplex *buff_A, int rs_A, int cs_A)
int FLA_Error
Definition: FLA_type_defs.h:47
Definition: FLA_type_defs.h:158
Definition: blis_type_defs.h:132
FLA_Error FLA_Apply_G_rb_ops_var1(int m_A, int n_A, float *buff_c, int inc_c, float *buff_s, int inc_s, float *buff_A, int rs_A, int cs_A)
FLA_Error FLA_Apply_G_rb_opt_var1(FLA_Obj c, FLA_Obj s, FLA_Obj A)
FLA_Error FLA_Apply_G_rb_opz_var1(int m_A, int n_A, double *buff_c, int inc_c, double *buff_s, int inc_s, dcomplex *buff_A, int rs_A, int cs_A)
FLA_Error FLA_Apply_G_rb_opd_var1(int m_A, int n_A, double *buff_c, int inc_c, double *buff_s, int inc_s, double *buff_A, int rs_A, int cs_A)
Definition: blis_type_defs.h:137