|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include "./interface/cutensor_interface.hpp"#include "./interface/tblis_interface.hpp"#include "./tools.hpp"#include "../basic_array.hpp"#include "../declarations.hpp"#include "../layout/policies.hpp"#include "../mem/address_space.hpp"#include "../mem/policies.hpp"#include "../traits.hpp"#include <array>Provides a generic in-place tensor constant fill with cuTENSOR/TBLIS/nda dispatch.
Definition in file set.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArray A> | |
| void | nda::tensor::set (get_value_t< A > alpha, A &&a) |
| In-place tensor constant fill with cuTENSOR/TBLIS/nda dispatch. | |