|
libflame
revision_anchor
|
Functions | |
| void | bl1_sconjv (int m, float *x, int incx) |
| void | bl1_dconjv (int m, double *x, int incx) |
| void | bl1_cconjv (int m, scomplex *x, int incx) |
| void | bl1_zconjv (int m, dcomplex *x, int incx) |
| void bl1_cconjv | ( | int | m, |
| scomplex * | x, | ||
| int | incx | ||
| ) |
| void bl1_dconjv | ( | int | m, |
| double * | x, | ||
| int | incx | ||
| ) |
| void bl1_sconjv | ( | int | m, |
| float * | x, | ||
| int | incx | ||
| ) |
| void bl1_zconjv | ( | int | m, |
| dcomplex * | x, | ||
| int | incx | ||
| ) |