|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "./tools.hpp"#include "../concepts.hpp"#include "../device.hpp"#include "../layout_transforms.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include <utility>Provides a generic interface to the BLAS/cuBLAS gemm routine.
Definition in file gemm.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArrayOrConj< 2 > A, BlasArrayOrConjFor< A, 2 > B, BlasArrayFor< A, 2 > C> | |
| void | nda::blas::gemm (get_value_t< A > alpha, A const &a, B const &b, get_value_t< A > beta, C &&c) |
| Interface to the BLAS/cuBLAS gemm routine. | |