|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../concepts.hpp"#include "../device.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"Provides a generic interface to the BLAS/cuBLAS dot, dotu and dotc routines.
Definition in file dot.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArray< 1 > X, BlasArrayFor< X, 1 > Y> | |
| auto | nda::blas::dot (X const &x, Y const &y) |
| Interface to the BLAS/cuBLAS dot and dotu routines. | |
| template<BlasArray< 1 > X, BlasArrayFor< X, 1 > Y> | |
| auto | nda::blas::dotc (X const &x, Y const &y) |
| Interface to the BLAS/cuBLAS dotc routine. | |