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

Detailed Description

Provides a generic interface to the BLAS ger, geru and gerc routine.

Definition in file ger.hpp.

Go to the source code of this file.

Functions

template<MemoryVector X, MemoryVector Y, MemoryMatrix M>
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.
template<MemoryVector X, MemoryVector Y, MemoryMatrix M>
void nda::blas::gerc (get_value_t< X > alpha, X const &x, Y const &y, M &&m)
 Interface to the BLAS gerc routine.