XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
daxpy.c File Reference

Functions

void daxpy (int n, double a, double x[], int incx, double y[], int incy)
 y <- ax + y (BLAS 1)