Click or drag to resize

ICholeskyDecomposition Properties

The ICholeskyDecomposition type exposes the following members.

Properties
 NameDescription
Public propertyIsPositiveDefiniteReturns if the matrix is positive definite.
Public propertyIsSymmetricReturns if the matrix is symmetric.
Public propertyLeftTriangularFactorReturns the left triangular factor L so that A = L * L'.
Top
See Also