Click or drag to resize

CholeskyTFactorize Method

Calculates the Cholesky factorization of the input matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void Factorize(
	Matrix<T> matrix
)

Parameters

matrix  MatrixT
The matrix to be factorizedMatrixT.
See Also