LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
void | F77_caxpy (const CBLAS_INT *N, const void *alpha, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY) |
void | F77_ccopy (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY) |
void | F77_cdotc (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY, void *dotc) |
void | F77_cdotu (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY, void *dotu) |
void | F77_cscal (const CBLAS_INT *N, const void **alpha, void *X, const CBLAS_INT *incX) |
void | F77_csscal (const CBLAS_INT *N, const float *alpha, void *X, const CBLAS_INT *incX) |
void | F77_cswap (const CBLAS_INT *N, void *X, const CBLAS_INT *incX, void *Y, const CBLAS_INT *incY) |
CBLAS_INT | F77_icamax (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX) |
float | F77_scnrm2 (const CBLAS_INT *N, const void *X, const CBLAS_INT *incX) |
float | F77_scasum (const CBLAS_INT *N, void *X, const CBLAS_INT *incX) |