Template Struct TypeInfo< Complex< T > >#

Struct Documentation#

template<typename T>
struct TypeInfo<Complex<T>>#

Public Types

using Scalar = Complex<T>#
using Backend = typename TypeInfo<T>::Backend#
using ShapeType = std::false_type#
using Packet = std::false_type#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Scalar#
static constexpr int64_t packetWidth = 0#
static constexpr char name[] = "Complex"#
static constexpr bool supportsArithmetic = true#
static constexpr bool supportsLogical = true#
static constexpr bool supportsBinary = false#
static constexpr bool allowVectorisation = false#
static constexpr cudaDataType_t CudaType = cudaDataType_t::CUDA_C_64F#
static constexpr bool canAlign = TypeInfo<T>::canAlign#
static constexpr bool canMemcpy = TypeInfo<T>::canMemcpy#