This commit is contained in:
matthias@quintern.xyz 2025-03-09 22:03:35 +01:00
parent 8c15cf21b2
commit 6289314557

View File

@ -1,6 +1,9 @@
#pragma once
#include <complex>
/// the datatype for all template instantiations
using dtype = std::complex<double>;
constexpr static dtype Imag(0, 1.0);
// template<int N>
// using Tensor = std::shared_ptr<e::Tensor<dtype, N>>;