MulC

Multiplies a 2D, 3D, or 4D vector by a constant.

Syntax

IppStatus ippmMulC_v2_32f (const Ipp32f* pSrc, Ipp32f scale, Ipp32f* pDst);

IppStatus ippmMulC_v3_32f (const Ipp32f* pSrc, Ipp32f scale, Ipp32f* pDst);

IppStatus ippmMulC_v4_32f (const Ipp32f* pSrc, Ipp32f scale, Ipp32f* pDst);

Parameters

pSrc
Pointer to the source vector.
scale
The scale factor.
pDst
Pointer to the result of multiplication.

Description

The functions ippmMulC_v2_32f, ippmMulC_v3_32f, and ippmMulC_v4_32f are declared in the ippm.h file. These functions scale a 2D, 3D, and 4D vector, respectively.

Return Values

ippStsNoErr

Indicates no parameter checking.

See Also


Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.