libflame
revision_anchor
|
Functions | |
void | bl1_sewscalv (conj1_t conj, int n, float *x, int incx, float *y, int incy) |
void | bl1_dewscalv (conj1_t conj, int n, double *x, int incx, double *y, int incy) |
void | bl1_csewscalv (conj1_t conj, int n, float *x, int incx, scomplex *y, int incy) |
void | bl1_cewscalv (conj1_t conj, int n, scomplex *x, int incx, scomplex *y, int incy) |
void | bl1_zdewscalv (conj1_t conj, int n, double *x, int incx, dcomplex *y, int incy) |
void | bl1_zewscalv (conj1_t conj, int n, dcomplex *x, int incx, dcomplex *y, int incy) |
References bl1_is_conj(), and i.
Referenced by bl1_capdiagmv(), and bl1_cewscalmt().
void bl1_dewscalv | ( | conj1_t | conj, |
int | n, | ||
double * | x, | ||
int | incx, | ||
double * | y, | ||
int | incy | ||
) |
void bl1_sewscalv | ( | conj1_t | conj, |
int | n, | ||
float * | x, | ||
int | incx, | ||
float * | y, | ||
int | incy | ||
) |
References bl1_is_conj(), bl1_zscals(), and i.
Referenced by bl1_zapdiagmv(), and bl1_zewscalmt().