TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"
#include "./tools.hpp"
#include "../concepts.hpp"
#include "../layout_transforms.hpp"
#include "../layout/policies.hpp"
#include "../macros.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
#include "../device.hpp"
Provides a generic interface to the BLAS ger and geru routine.
Definition in file ger.hpp.
Go to the source code of this file.
Functions | |
template<MemoryVector X, MemoryVector Y, MemoryMatrix M> requires (have_same_value_type_v<X, Y, M> and mem::have_compatible_addr_space<X, Y, M> and is_blas_lapack_v<get_value_t<X>>) | |
void | nda::blas::ger (get_value_t< X > alpha, X const &x, Y const &y, M &&m) |
Interface to the BLAS ger and geru routine. |