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

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

Concept definition

template<class Src, class DstType, detail::PlatformVectorOpPreference pref detail::preferIfIppAndAccelerateAreAvailable>
Constrains a type to have a member function evalNextVectorOpInExpressionChain (value_type*) const.
Definition: ContainerAndExpressionConcepts.h:94
Constrains a type to represent a real valued integer number.
Definition: NumericTypeConcepts.h:49
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 vector operation that tran...
Definition: ContainerAndExpressionConcepts.h:258

Detailed Description

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