|
numerics
|
BLAS backend – cblas level-1 vector operations. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::blas |
Functions | |
| void | num::backends::blas::scale (Vector &v, real alpha) |
| void | num::backends::blas::axpy (real alpha, const Vector &x, Vector &y) |
| real | num::backends::blas::dot (const Vector &x, const Vector &y) |
| real | num::backends::blas::norm (const Vector &x) |
BLAS backend – cblas level-1 vector operations.
Definition in file vector.cpp.