|
TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "../blas/dot.hpp"#include "../declarations.hpp"#include "../layout/policies.hpp"#include "../mem/address_space.hpp"#include "../mem/policies.hpp"#include <type_traits>Provides a dot product for two arrays, a scalar and an array, or two scalars.
Definition in file dot.hpp.
Go to the source code of this file.
Functions | |
| template<typename X, typename Y> | |
| auto | nda::dot (X &&x, Y &&y) |
| Compute the dot product of two real arrays/views. | |
| template<typename X, typename Y> | |
| auto | nda::dotc (X &&x, Y &&y) |
| Compute the dot product of two complex arrays/views. | |