Multiplies elements of a vector by the elements of a complex conjugate vector stored in Pack format.
IppStatus ippsMulPackConj_32f_I(const Ipp32f* pSrc, Ipp32f* pSrcDst, int len);
IppStatus ippsMulPackConj_64f_I(const Ipp64f* pSrc, Ipp64f* pSrcDst, int len);
pSrc |
Pointer to the first source vector. |
pSrcDst |
Pointer to the second source and destination vector. |
len |
Number of elements in the vector. |
The function ippsMulPackConj is declared in the ipps.h file. This function multiplies the elements of a source vector pSrc by elements of the vector that is complex conjugate to the source vector pSrcDst and stores the results in pSrcDst. The function performs only in-place operations on data stored in Pack format.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSrc or pSrcDst pointer is NULL. |
ippStsSizeErr |
Indicates an error when len is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.