![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
log function; returns the result of a natural logarithm on all the elements of one input pack operand More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/Arithmetic/detail/LogPack.h>#include <IPSDKUtil/InstructionSet/PromotedType.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. | |
log function; returns the result of a natural logarithm on all the elements of one input pack operand
given a pack A with A = {a1, ..., an}, log(A) returns B, with B ={ log(a1), ..., log(an)}
1.8.14