| 
    TRIQS/nda 1.3.0
    
   Multi-dimensional array library for C++ 
   | 
 
#include "./interface/cxx_interface.hpp"#include "./tools.hpp"#include "../concepts.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include "../device.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<MemoryVector X>  requires (is_blas_lapack_v<get_value_t<X>>)  | |
| void | nda::blas::scal (get_value_t< X > alpha, X &&x) | 
| Interface to the BLAS scal routine.   | |