|
libflame revision_anchor
|
Functions | |
| void | bl1_sconjmr (uplo1_t uplo, int m, int n, float *a, int a_rs, int a_cs) |
| void | bl1_dconjmr (uplo1_t uplo, int m, int n, double *a, int a_rs, int a_cs) |
| void | bl1_cconjmr (uplo1_t uplo, int m, int n, scomplex *a, int a_rs, int a_cs) |
| void | bl1_zconjmr (uplo1_t uplo, int m, int n, dcomplex *a, int a_rs, int a_cs) |
References bl1_is_row_storage(), bl1_is_upper(), bl1_sm1(), bl1_sscal(), and bl1_zero_dim2().
Referenced by bl1_chemm(), bl1_ctrmm(), bl1_ctrsm(), and FLA_Conjugate_r().
References bl1_dm1(), bl1_dscal(), bl1_is_row_storage(), bl1_is_upper(), and bl1_zero_dim2().
Referenced by bl1_zhemm(), bl1_ztrmm(), bl1_ztrsm(), and FLA_Conjugate_r().