Add BLAS function axpby.

Description

Add BLAS function axpby.

Missing from original implementation.

Note: changed some .reverse() calls in axpy since y.reverse() += alpha * x should be equivalent to y += alpha * x.reverse().

Merge request reports

Loading