|
numerics
|
Private declarations for the OpenMP backend. Only included by src/core/vector.cpp and src/core/matrix.cpp. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::omp |
Functions | |
| void | num::backends::omp::scale (Vector &v, real alpha) |
| void | num::backends::omp::axpy (real alpha, const Vector &x, Vector &y) |
| real | num::backends::omp::dot (const Vector &x, const Vector &y) |
| void | num::backends::omp::matmul (const Matrix &A, const Matrix &B, Matrix &C) |
| void | num::backends::omp::matvec (const Matrix &A, const Vector &x, Vector &y) |
| void | num::backends::omp::matadd (real alpha, const Matrix &A, real beta, const Matrix &B, Matrix &C) |
Private declarations for the OpenMP backend. Only included by src/core/vector.cpp and src/core/matrix.cpp.
Definition in file impl.hpp.