CADability dotNET

The CholeskyDecomposition type exposes the following members.

Constructors

  NameDescription
Public methodCholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.

Methods

  NameDescription
Public methodGetL
Return triangular factor.
Public methodSolve
Solve A*X = B

Properties

  NameDescription
Public propertyIsSPD
Is the matrix symmetric and positive definite?

See Also