Invert

Inverts a 4x4 matrix.

Syntax

IppStatus ippmInvert_m4_32f (const Ipp32f* pSrc, Ipp32f* pDstDet, Ipp32f* pDst);

Parameters

pSrc
Pointer to the source 4x4 matrix.
pDstDet
Pointer to the determinant of the source matrix.
pDst
Pointer to the inverted matrix.

Description

The functions ippmInvert_m4_32f is declared in the ippm.h file. The function inverts the source 4x4 matrix.

Return Values

ippStsNoErr

Indicates no error.

ippStsSingularErr

Indicates an error when the source matrix is singular.

See Also


Submit feedback on this help topic

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