Template Struct TypeInfo< double >#

Struct Documentation#

template<>
struct TypeInfo<double>#

Public Types

using Scalar = double#
using Packet = xsimd::batch<double>#
using Backend = backend::CPU#
using ShapeType = std::false_type#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Scalar#
static constexpr int64_t packetWidth = Packet::size#
static constexpr char name[] = "double"#
static constexpr bool supportsArithmetic = true#
static constexpr bool supportsLogical = true#
static constexpr bool supportsBinary = false#
static constexpr bool allowVectorisation = true#
static constexpr cudaDataType_t CudaType = cudaDataType_t::CUDA_R_64F#
static constexpr int64_t cudaPacketWidth = 1#
static constexpr bool canAlign = true#
static constexpr bool canMemcpy = true#