y += alpha*x.This is equivalent to the AXPY BLAS routine.
Double[] y |
The vector to update. |
double alpha |
The value to scale by. |
Double[] x |
The vector to add to y. |
Type ILinearAlgebra
Namespace MathNet.Numerics.Algorithms.LinearAlgebra
y += alpha*x.This is equivalent to the AXPY BLAS routine.
Double[] y |
The vector to update. |
double alpha |
The value to scale by. |
Double[] x |
The vector to add to y. |
This is equivalent to the SCAL BLAS routine.
double alpha |
The scalar. |
Double[] x |
The values to scale. |