|
libflame
revision_anchor
|
Functions | |
| void | bl1_smaxabsv (int n, float *x, int incx, float *maxabs) |
| void | bl1_dmaxabsv (int n, double *x, int incx, double *maxabs) |
| void | bl1_cmaxabsv (int n, scomplex *x, int incx, float *maxabs) |
| void | bl1_zmaxabsv (int n, dcomplex *x, int incx, double *maxabs) |
| void bl1_cmaxabsv | ( | int | n, |
| scomplex * | x, | ||
| int | incx, | ||
| float * | maxabs | ||
| ) |
| void bl1_dmaxabsv | ( | int | n, |
| double * | x, | ||
| int | incx, | ||
| double * | maxabs | ||
| ) |
| void bl1_smaxabsv | ( | int | n, |
| float * | x, | ||
| int | incx, | ||
| float * | maxabs | ||
| ) |
| void bl1_zmaxabsv | ( | int | n, |
| dcomplex * | x, | ||
| int | incx, | ||
| double * | maxabs | ||
| ) |