|
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 "../layout/policies.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"Provides a generic interface to the BLAS/cuBLAS ger, geru and gerc routines.
Definition in file ger.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArray< 1 > X, BlasArrayFor< X, 1 > Y, BlasArrayFor< X, 2 > A> | |
| void | nda::blas::ger (get_value_t< X > alpha, X const &x, Y const &y, A &&a) |
| Interface to the BLAS/cuBLAS ger and geru routine. | |
| template<BlasArray< 1 > X, BlasArrayFor< X, 1 > Y, BlasArrayFor< X, 2 > A> requires (has_F_layout<A>) | |
| void | nda::blas::gerc (get_value_t< X > alpha, X const &x, Y const &y, A &&a) |
| Interface to the BLAS/cuBLAS gerc routine. | |