GeneralMatrix.chol Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.chol Method 

Cholesky Decomposition

[Visual Basic]Overridable Public Function chol() As CholeskyDecomposition
[C#]
public virtual CholeskyDecomposition chol();

Return Value

CholeskyDecomposition

See Also

GeneralMatrix Class | DotNetMatrix Namespace | CholeskyDecomposition