Go to the source code of this file.
Functions | |
| void | F77_caxpy (const int *N, const void *alpha, void *X, const int *incX, void *Y, const int *incY) |
| void | F77_ccopy (const int *N, void *X, const int *incX, void *Y, const int *incY) |
| void | F77_cdotc (const int *N, void *X, const int *incX, void *Y, const int *incY, void *dotc) |
| void | F77_cdotu (const int *N, void *X, const int *incX, void *Y, const int *incY, void *dotu) |
| void | F77_cscal (const int *N, const void **alpha, void *X, const int *incX) |
| void | F77_csscal (const int *N, const float *alpha, void *X, const int *incX) |
| void | F77_cswap (const int *N, void *X, const int *incX, void *Y, const int *incY) |
| int | F77_icamax (const int *N, const void *X, const int *incX) |
| float | F77_scnrm2 (const int *N, const void *X, const int *incX) |
| float | F77_scasum (const int *N, void *X, const int *incX) |
| void F77_caxpy | ( | const int * | N, |
| const void * | alpha, | ||
| void * | X, | ||
| const int * | incX, | ||
| void * | Y, | ||
| const int * | incY ) |
Definition at line 11 of file c_cblas1.c.
| void F77_ccopy | ( | const int * | N, |
| void * | X, | ||
| const int * | incX, | ||
| void * | Y, | ||
| const int * | incY ) |
Definition at line 18 of file c_cblas1.c.
| void F77_cdotc | ( | const int * | N, |
| void * | X, | ||
| const int * | incX, | ||
| void * | Y, | ||
| const int * | incY, | ||
| void * | dotc ) |
Definition at line 25 of file c_cblas1.c.
| void F77_cdotu | ( | const int * | N, |
| void * | X, | ||
| const int * | incX, | ||
| void * | Y, | ||
| const int * | incY, | ||
| void * | dotu ) |
Definition at line 32 of file c_cblas1.c.
| void F77_cscal | ( | const int * | N, |
| const void ** | alpha, | ||
| void * | X, | ||
| const int * | incX ) |
Definition at line 39 of file c_cblas1.c.
| void F77_csscal | ( | const int * | N, |
| const float * | alpha, | ||
| void * | X, | ||
| const int * | incX ) |
Definition at line 46 of file c_cblas1.c.
| void F77_cswap | ( | const int * | N, |
| void * | X, | ||
| const int * | incX, | ||
| void * | Y, | ||
| const int * | incY ) |
Definition at line 53 of file c_cblas1.c.
| int F77_icamax | ( | const int * | N, |
| const void * | X, | ||
| const int * | incX ) |
Definition at line 60 of file c_cblas1.c.
| float F77_scasum | ( | const int * | N, |
| void * | X, | ||
| const int * | incX ) |
Definition at line 71 of file c_cblas1.c.
| float F77_scnrm2 | ( | const int * | N, |
| const void * | X, | ||
| const int * | incX ) |
Definition at line 66 of file c_cblas1.c.