cholesky property

CholeskyDecomposition cholesky

Returns the Cholesky Decomposition of this Matrix.

Implementation

CholeskyDecomposition get cholesky => CholeskyDecomposition(this);