libflame
revision_anchor
|
Functions | |
void | bl1_sinvertv (conj1_t conj, int n, float *x, int incx) |
void | bl1_dinvertv (conj1_t conj, int n, double *x, int incx) |
void | bl1_cinvertv (conj1_t conj, int n, scomplex *x, int incx) |
void | bl1_zinvertv (conj1_t conj, int n, dcomplex *x, int incx) |
References bl1_is_conj(), i, scomplex::imag, scomplex::real, and temp.
Referenced by FLA_Invert().
void bl1_dinvertv | ( | conj1_t | conj, |
int | n, | ||
double * | x, | ||
int | incx | ||
) |
void bl1_sinvertv | ( | conj1_t | conj, |
int | n, | ||
float * | x, | ||
int | incx | ||
) |
References bl1_is_conj(), i, dcomplex::imag, dcomplex::real, and temp.
Referenced by FLA_Invert().