TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
ger.hpp

Detailed Description

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.