Go to the source code of this file.
|
| template<class T, class Abi, KernelConfig Conf, index_t RowsReg, StorageOrder OA> |
| void | batmat::linalg::micro_kernels::symv::symv_copy_microkernel (const uview< const T, Abi, OA > A, const uview< const T, Abi, StorageOrder::ColMajor > B, const std::optional< uview< const T, Abi, StorageOrder::ColMajor > > C, const uview< T, Abi, StorageOrder::ColMajor > D, const index_t k) noexcept |
| | Symmetric matrix-vector multiplication d = c ± A b. Single register block.
|
| template<class T, class Abi, KernelConfig Conf, StorageOrder OA> |
| void | batmat::linalg::micro_kernels::symv::symv_copy_register (const view< const T, Abi, OA > A, const view< const T, Abi > B, const std::optional< view< const T, Abi > > C, const view< T, Abi > D) noexcept |
| | Generalized matrix multiplication d = c ± A⁽ᵀ⁾ b. Using register blocking.
|
◆ UNROLL_FOR
| #define UNROLL_FOR |
( |
| ... | ) |
|
Value:
#define BATMAT_FULLY_UNROLLED_FOR(...)
Definition at line 10 of file symv.tpp.