Function amici::amici_daxpy

Function Documentation

void amici::amici_daxpy(int n, double alpha, const double *x, int incx, double *y, int incy)

Compute y = a*x + y.

Parameters
  • n: number of elements in y

  • alpha: scalar coefficient of x

  • x: vector of length n*incx

  • incx: x stride

  • y: vector of length n*incy

  • incy: y stride