libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Ttmm_u_opt_var2 (FLA_Obj A) |
FLA_Error | FLA_Ttmm_u_ops_var2 (int mn_A, float *buff_A, int rs_A, int cs_A) |
FLA_Error | FLA_Ttmm_u_opd_var2 (int mn_A, double *buff_A, int rs_A, int cs_A) |
FLA_Error | FLA_Ttmm_u_opc_var2 (int mn_A, scomplex *buff_A, int rs_A, int cs_A) |
FLA_Error | FLA_Ttmm_u_opz_var2 (int mn_A, dcomplex *buff_A, int rs_A, int cs_A) |
References bl1_cdots(), bl1_cgemv(), bl1_cscalv(), BLIS1_CONJUGATE, BLIS1_NO_CONJUGATE, BLIS1_NO_TRANSPOSE, FLA_ONE, and i.
Referenced by FLA_Ttmm_u_opt_var2().
FLA_Error FLA_Ttmm_u_opd_var2 | ( | int | mn_A, |
double * | buff_A, | ||
int | rs_A, | ||
int | cs_A | ||
) |
References bl1_ddots(), bl1_dgemv(), bl1_dscalv(), BLIS1_CONJUGATE, BLIS1_NO_CONJUGATE, BLIS1_NO_TRANSPOSE, FLA_ONE, and i.
Referenced by FLA_Ttmm_u_opt_var2().
FLA_Error FLA_Ttmm_u_ops_var2 | ( | int | mn_A, |
float * | buff_A, | ||
int | rs_A, | ||
int | cs_A | ||
) |
References bl1_sdots(), bl1_sgemv(), bl1_sscalv(), BLIS1_CONJUGATE, BLIS1_NO_CONJUGATE, BLIS1_NO_TRANSPOSE, FLA_ONE, and i.
Referenced by FLA_Ttmm_u_opt_var2().
References FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_length(), FLA_Obj_row_stride(), FLA_Ttmm_u_opc_var2(), FLA_Ttmm_u_opd_var2(), FLA_Ttmm_u_ops_var2(), and FLA_Ttmm_u_opz_var2().
Referenced by FLA_Ttmm_u().
References bl1_zdots(), bl1_zgemv(), bl1_zscalv(), BLIS1_CONJUGATE, BLIS1_NO_CONJUGATE, BLIS1_NO_TRANSPOSE, FLA_ONE, and i.
Referenced by FLA_Ttmm_u_opt_var2().