daxpy
There are 6 repositories under daxpy topic.
stdlib-js/blas-base-gaxpy
Multiply x by a constant and add the result to y.
stdlib-js/blas-base-daxpy
Multiply a vector x by a constant and add the result to y.
stdlib-js/blas-base-saxpy
Multiply a vector x by a constant and add the result to y.
stdlib-js/blas-base-wasm-daxpy
Multiply a vector `x` by a constant and add the result to `y`.
temp3rr0r/ParallelDaxpy
Parallel Daxpy using C++ 11 threads, Pthreads and a serial version.
misrraimsp/DAXPYloop
assembly kata