2.1.24.8.21 ocmath_is_matrix_positive_definite


Contents

Description

Return whether matrix is positive definite

Syntax

BOOL ocmath_is_matrix_positive_definite( _margOCtoVC * pmat )

Parameters

pmat
[input] Pointer to a matrix

Return

TRUE if the matrix is positive definite, FALSE if not

Examples

Remark

See Also

mvnrnd

Header to Include

origin.h

Reference