libflame
revision_anchor
|
Functions | |
void | bl1_sapdiagmv (side1_t side, conj1_t conj, int m, int n, float *x, int incx, float *a, int a_rs, int a_cs) |
void | bl1_dapdiagmv (side1_t side, conj1_t conj, int m, int n, double *x, int incx, double *a, int a_rs, int a_cs) |
void | bl1_csapdiagmv (side1_t side, conj1_t conj, int m, int n, float *x, int incx, scomplex *a, int a_rs, int a_cs) |
void | bl1_capdiagmv (side1_t side, conj1_t conj, int m, int n, scomplex *x, int incx, scomplex *a, int a_rs, int a_cs) |
void | bl1_zdapdiagmv (side1_t side, conj1_t conj, int m, int n, double *x, int incx, dcomplex *a, int a_rs, int a_cs) |
void | bl1_zapdiagmv (side1_t side, conj1_t conj, int m, int n, dcomplex *x, int incx, dcomplex *a, int a_rs, int a_cs) |
void bl1_capdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
scomplex * | x, | ||
int | incx, | ||
scomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_cewscalv(), bl1_cscalv(), bl1_is_left(), bl1_is_row_storage(), and bl1_zero_dim2().
Referenced by FLA_Apply_diag_matrix().
void bl1_csapdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
float * | x, | ||
int | incx, | ||
scomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_csewscalv(), bl1_csscalv(), bl1_is_left(), bl1_is_row_storage(), and bl1_zero_dim2().
Referenced by FLA_Apply_diag_matrix().
void bl1_dapdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
double * | x, | ||
int | incx, | ||
double * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_dewscalv(), bl1_dscalv(), bl1_is_left(), bl1_is_row_storage(), and bl1_zero_dim2().
Referenced by FLA_Apply_diag_matrix().
void bl1_sapdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
float * | x, | ||
int | incx, | ||
float * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_is_left(), bl1_is_row_storage(), bl1_sewscalv(), bl1_sscalv(), and bl1_zero_dim2().
Referenced by FLA_Apply_diag_matrix().
void bl1_zapdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
dcomplex * | x, | ||
int | incx, | ||
dcomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_is_left(), bl1_is_row_storage(), bl1_zero_dim2(), bl1_zewscalv(), and bl1_zscalv().
Referenced by FLA_Apply_diag_matrix().
void bl1_zdapdiagmv | ( | side1_t | side, |
conj1_t | conj, | ||
int | m, | ||
int | n, | ||
double * | x, | ||
int | incx, | ||
dcomplex * | a, | ||
int | a_rs, | ||
int | a_cs | ||
) |
References bl1_is_left(), bl1_is_row_storage(), bl1_zdewscalv(), bl1_zdscalv(), and bl1_zero_dim2().
Referenced by FLA_Apply_diag_matrix().