mptensor
v0.3.0
Parallel Library for Tensor Network Methods
|
Define the type of a complex number. More...
#include <complex>
Go to the source code of this file.
Namespaces | |
mptensor | |
Typedefs | |
typedef std::complex< double > | mptensor::complex |
Functions | |
template<typename C > | |
constexpr size_t | mptensor::value_type_tag () |
template<> | |
constexpr size_t | mptensor::value_type_tag< double > () |
template<> | |
constexpr size_t | mptensor::value_type_tag< complex > () |
template<typename C > | |
constexpr char * | mptensor::value_type_name () |
template<> | |
constexpr char * | mptensor::value_type_name< double > () |
template<> | |
constexpr char * | mptensor::value_type_name< complex > () |
Define the type of a complex number.