z = x + y. This can be used
to add vectors or matrices. There is no equivalent BLAS routine, but many libraries provide optimized (parallel and/or vectorized) versions of this routine.
Parameters
T[] x
The array x.
T[] y
The array y.
T[] result
The result of the addition.