|
libflame
revision_anchor
|
Functions | |
| void | bl1_sinvert2s (conj1_t conj, float *alpha, float *beta) |
| void | bl1_dinvert2s (conj1_t conj, double *alpha, double *beta) |
| void | bl1_cinvert2s (conj1_t conj, scomplex *alpha, scomplex *beta) |
| void | bl1_zinvert2s (conj1_t conj, dcomplex *alpha, dcomplex *beta) |
References bl1_is_conj(), scomplex::imag, scomplex::real, and temp.
Referenced by bl1_cinvscalm(), and bl1_cinvscalv().
| void bl1_dinvert2s | ( | conj1_t | conj, |
| double * | alpha, | ||
| double * | beta | ||
| ) |
Referenced by bl1_dinvscalm(), and bl1_zdinvscalm().
| void bl1_sinvert2s | ( | conj1_t | conj, |
| float * | alpha, | ||
| float * | beta | ||
| ) |
Referenced by bl1_csinvscalm(), and bl1_sinvscalm().
References bl1_is_conj(), dcomplex::imag, dcomplex::real, and temp.
Referenced by bl1_zinvscalm(), and bl1_zinvscalv().