Transpose

Transposes a 4x4 matrix.

Syntax

IppStatus ippmTranspose_m4_32f (const Ipp32f* pSrc, Ipp32f* pDst);

Parameters

pSrc
Pointer to the source 4x4 matrix.
pDst
Pointer to the transposed matrix.

Description

The functions ippmTranspose_m4_32f is declared in the ippm.h file. The function transposes the source matrix.

Return Values

ippStsNoErr

Indicates no error.

See Also


Submit feedback on this help topic

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