TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"
#include "./tools.hpp"
#include "../concepts.hpp"
#include "../device.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
Provides a generic interface to the BLAS scal
routine.
Definition in file scal.hpp.
Go to the source code of this file.
Functions | |
template<typename X > requires (MemoryVector<X> or is_conj_array_expr<X>) | |
void | nda::blas::scal (get_value_t< X > alpha, X &&x) |
Interface to the BLAS scal routine. | |