VCTR
Loading...
Searching...
No Matches
vctr::is::suitableForAccelerateComplexToRealFloatVectorOp Concept Reference

A combined concept to check if Apple Accelerate is a suitable option for a floating point vector operation that transforms a complex vector into a real one. More...

Concept definition

template<class Src, class DstType, detail::PlatformVectorOpPreference pref detail::preferIfIppAndAccelerateAreAvailable>
Constrains a type to be any derived instance of VctrBase.
Definition: ContainerAndExpressionConcepts.h:192
Constrains a type to represent a complex valued floating point number (e.g.
Definition: NumericTypeConcepts.h:83
Constrains a type to represent a real valued floating point number.
Definition: NumericTypeConcepts.h:79
A combined concept to check if Apple Accelerate is a suitable option for a floating point vector oper...
Definition: ContainerAndExpressionConcepts.h:254

Detailed Description

A combined concept to check if Apple Accelerate is a suitable option for a floating point vector operation that transforms a complex vector into a real one.