Click or drag to resize

CholeskyT Constructor

Initializes a new instance of the CholeskyT class.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Cholesky(
	Matrix<T> factor
)

Parameters

factor  MatrixT
The lower-triangular factor matrix.
See Also