|
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 "../mem/address_space.hpp"#include "../traits.hpp"Provides a generic interface to the BLAS/cuBLAS scal routine.
Definition in file scal.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArray< 1 > X> | |
| void | nda::blas::scal (get_value_t< X > alpha, X &&x) |
| Interface to the BLAS/cuBLAS scal routine. | |