Det

Computes the determinant of a 4x4 matrix.

Syntax

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

Parameters

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

Description

The functions ippmDet_m4_32f is declared in the ippm.h file. The function computes the determinant of 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.