File dtypes.hpp๏
Defines various datatypes used in the project.
-
namespace nuTens
-
namespace dtypes๏
Enums
Functions
-
template<typename T>
static constexpr scalarType scalarTypeFromRaw()๏ map between raw c++ types and the data types used in nuTens
-
template<>
constexpr scalarType scalarTypeFromRaw<float>()๏
-
template<>
constexpr scalarType scalarTypeFromRaw<double>()๏
-
template<>
constexpr scalarType scalarTypeFromRaw<std::complex<float>>()๏
-
template<>
constexpr scalarType scalarTypeFromRaw<std::complex<double>>()๏
-
template<typename T>
-
namespace dtypes๏