An extremely useful BLAS extension, found in ATLAS, MKL and others is: axpby defined as: y = alpha*x + beta*y and is a generalization of axpy. Incorporating this into OpenBLAS would greatly simplify the use of OpenBLAS in existing projects which assume the availability of such a kernel.
An extremely useful BLAS extension, found in ATLAS, MKL and others is: axpby defined as:
y = alpha*x + beta*yand is a generalization of axpy. Incorporating this into OpenBLAS would greatly simplify the use of OpenBLAS in existing projects which assume the availability of such a kernel.