|
numerics
|
Private declarations for the SIMD 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::simd |
Functions | |
| void | num::backends::simd::matmul (const Matrix &A, const Matrix &B, Matrix &C, idx block_size) |
| void | num::backends::simd::matvec (const Matrix &A, const Vector &x, Vector &y) |
Private declarations for the SIMD backend. Only included by src/core/vector.cpp and src/core/matrix.cpp.
Definition in file impl.hpp.