Click or drag to resize

MatrixTCholesky Method

Computes the Cholesky decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Cholesky<T> Cholesky()

Return Value

CholeskyT
The Cholesky decomposition object.
See Also