Computes the squared length of a 2D, 3D, or 4D vector.
IppStatus ippmLenSqr_v2_32f (const Ipp32f* pSrc, Ipp32f* pDst);
IppStatus ippmLenSqr_v3_32f (const Ipp32f* pSrc, Ipp32f* pDst);
IppStatus ippmLenSqr_v4_32f (const Ipp32f* pSrc, Ipp32f* pDst);
The functions ippmLenSqr_v2_32f, ippmLenSqr_v3_32f, and ippmLenSqr_v4_32f are declared in the ippm.h file. These functions compute the squared length of a 2D, 3D, and 4D vector, respectively.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.