add imag
This commit is contained in:
parent
8c15cf21b2
commit
6289314557
@ -1,6 +1,9 @@
|
|||||||
|
#pragma once
|
||||||
#include <complex>
|
#include <complex>
|
||||||
/// the datatype for all template instantiations
|
/// the datatype for all template instantiations
|
||||||
using dtype = std::complex<double>;
|
using dtype = std::complex<double>;
|
||||||
|
|
||||||
|
constexpr static dtype Imag(0, 1.0);
|
||||||
|
|
||||||
// template<int N>
|
// template<int N>
|
||||||
// using Tensor = std::shared_ptr<e::Tensor<dtype, N>>;
|
// using Tensor = std::shared_ptr<e::Tensor<dtype, N>>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user