|
numerics
|
Sequential backend – naive serial C++ vector operations. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::seq |
Functions | |
| void | num::backends::seq::scale (Vector &v, real alpha) |
| void | num::backends::seq::add (const Vector &x, const Vector &y, Vector &z) |
| void | num::backends::seq::axpy (real alpha, const Vector &x, Vector &y) |
| real | num::backends::seq::dot (const Vector &x, const Vector &y) |
| real | num::backends::seq::norm (const Vector &x) |
Sequential backend – naive serial C++ vector operations.
Definition in file vector.cpp.