MulTranspose

Multiplies two 4x4 matrices and transposes the result.

Syntax

IppStatus ippmMulTranspose_m4_32f (const Ipp32f* pSrc1, const Ipp32f* pSrc2, Ipp32f* pDst);

Parameters

pSrc1
Pointer to the first source matrix.
pSrc2
Pointer to the second source matrix.
pDst
Pointer to the transposed result of the matrix multiplication.

Description

The function ippmMulTranspose_m4_32f is declared in the ippm.h file. This function multiplies the source 4x4 matrices and transposes the resulting matrix.

Return Values

ippStsNoErr

Indicates no error.

See Also


Submit feedback on this help topic

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