![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
| double | dasum (int n, double x[], int incx) |
| |x| (1-norm) (BLAS 1) | |
| void | daxpy (int n, double a, double x[], int incx, double y[], int incy) |
| y <- ax + y (BLAS 1) | |
| void | dcopy (int n, double x[], int incx, double y[], int incy) |
| y <- x (BLAS 1) | |
| double | ddot (int n, double x[], int incx, double y[], int incy) |
| xT * y (BLAS 1) | |
| double | dnrm2 (int n, double x[], int incx) |
| ||x||2 (2-norm) (BLAS 1) | |
| void | drot (int n, double x[], int incx, double y[], int incy, double c, double s) |
| Applies Givens plane rotation (BLAS 1) | |
| void | drotg (double *a, double *b, double *c, double *s) |
| Constructs Givens plane rotation (BLAS 1) | |
| void | drotm (int n, double x[], int incx, double y[], int incy, double p[]) |
| Apply modified Givens plane rotation (BLAS 1) | |
| void | drotmg (double *d1, double *d2, double *x1, double y1, double p[]) |
| Construct modified Givens plane rotation (BLAS 1) | |
| void | dscal (int n, double a, double x[], int incx) |
| x <- ax (BLAS 1) | |
| void | dswap (int n, double x[], int incx, double y[], int incy) |
| y <-> x (BLAS 1) | |
This is the group of D1a. Elementary vector operations: BLAS1.