|
LINEAR++ library: AFF to LAPACK
|

Go to the source code of this file.
Functions | |
| double F77NAME() | dasum (const integer *n, const double *dx, const integer *incx) |
| void F77NAME() | daxpy (const integer *n, const double *da, const double *dx, const integer *incx, double *dy, const integer *incy) |
| void F77NAME() | dcopy (const integer *n, double *dx, const integer *incx, double *dy, const integer *incy) |
| double F77NAME() | ddot (const integer *n, const double *dx, const integer *incx, const double *dy, const integer *incy) |
| double F77NAME() | dnrm2 (const integer *n, const double *dx, const integer *incx) |
| void F77NAME() | drot (const integer *n, double *dx, const integer *incx, double *dy, const integer *incy, const double *c, const double *s) |
| void F77NAME() | drotg (double *da, double *db, double *c, double *s) |
| void F77NAME() | dscal (const integer *n, double *da, double *dx, const integer *incx) |
| void F77NAME() | dswap (const integer *n, double *dx, const integer *incx, double *dy, const integer *incy) |
| integer F77NAME() | idamax (const integer *n, const double *dx, const integer *incx) |