libflame
revision_anchor
|
Functions | |
void | bli_sconjv (int m, float *x, int incx) |
void | bli_dconjv (int m, double *x, int incx) |
void | bli_cconjv (int m, scomplex *x, int incx) |
void | bli_zconjv (int m, dcomplex *x, int incx) |
void bli_cconjv | ( | int | m, |
scomplex * | x, | ||
int | incx | ||
) |
References bli_sm1(), and bli_sscal().
Referenced by bli_ccopymt(), bli_ccopyv(), bli_cgemv(), bli_cswapmt(), bli_zccopyv(), FLA_Bidiag_UT_u_step_ofc_var3(), FLA_Bidiag_UT_u_step_ofc_var4(), FLA_Bidiag_UT_u_step_opc_var3(), FLA_Bidiag_UT_u_step_opc_var4(), FLA_Househ2_UT_r_opc(), and FLA_LQ_UT_form_Q_opc_var1().
void bli_dconjv | ( | int | m, |
double * | x, | ||
int | incx | ||
) |
Referenced by FLA_Bidiag_UT_u_step_ofd_var3(), FLA_Bidiag_UT_u_step_ofd_var4(), FLA_Bidiag_UT_u_step_opd_var3(), and FLA_Bidiag_UT_u_step_opd_var4().
{
return;
}
void bli_sconjv | ( | int | m, |
float * | x, | ||
int | incx | ||
) |
Referenced by FLA_Bidiag_UT_u_step_ofs_var4(), FLA_Bidiag_UT_u_step_ops_var3(), and FLA_Bidiag_UT_u_step_ops_var4().
{
return;
}
void bli_zconjv | ( | int | m, |
dcomplex * | x, | ||
int | incx | ||
) |
References bli_dm1(), and bli_dscal().
Referenced by bli_czcopyv(), bli_zcopymt(), bli_zcopyv(), bli_zgemv(), bli_zswapmt(), FLA_Bidiag_UT_u_step_ofz_var3(), FLA_Bidiag_UT_u_step_ofz_var4(), FLA_Bidiag_UT_u_step_opz_var3(), FLA_Bidiag_UT_u_step_opz_var4(), FLA_Househ2_UT_r_opz(), and FLA_LQ_UT_form_Q_opz_var1().