Go to the source code of this file.
|
| template<MatrixStructure SA, simdifiable VA, simdifiable VB, simdifiable VC, simdifiable VD> |
| void | batmat::linalg::symm_add (Structured< VA, SA > A, VB &&B, VC &&C, VD &&D) |
| | D = C + A B with A symmetric.
|
| template<MatrixStructure SA, simdifiable VA, simdifiable VB, simdifiable VD> |
| void | batmat::linalg::symm_add (Structured< VA, SA > A, VB &&B, VD &&D) |
| | D = D + A B with A symmetric.
|
|
| template<class T, class Abi, MatrixStructure SA, StorageOrder OA> |
| void | batmat::linalg::detail::symm (view< const T, Abi, OA > A, view< const T, Abi > B, std::optional< view< const T, Abi > > C, view< T, Abi > D) |