|
numerics
|
Functions | |
| void | matmul (const Matrix &A, const Matrix &B, Matrix &C, idx block_size) |
| void | matvec (const Matrix &A, const Vector &x, Vector &y) |
Definition at line 216 of file matrix.cpp.
References num::ipow(), and num::backends::seq::matmul_blocked().
Referenced by num::matmul(), and num::matmul_simd().
Definition at line 226 of file matrix.cpp.
References num::ipow(), and num::backends::seq::matvec().
Referenced by num::matvec(), and num::matvec_simd().