Click or drag to resize

ICholeskyDecompositionLeftTriangularFactor Property

Returns the left triangular factor L so that A = L * L'.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IMapackMatrix LeftTriangularFactor { get; }

Property Value

IMapackMatrix
See Also