![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
min function; returns the minimum of the elements of a pack More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/Reduction/detail/MinPack.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
Functions | |
| template<eInstructionSet::domain instructionSet, class PackT > | |
| IPSDK_FORCEINLINE PackT::DataType | ipsdk::simd::min (const PackT &in) |
| returns the minimum of the elements of a pack More... | |
min function; returns the minimum of the elements of a pack
given one pack P, with P = {p1, ..., pn} min(P) returns min(p1, ..., pn)
1.8.14