Cholesky<T>.Factor Property |
Gets the lower triangular form of the Cholesky matrix.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic Matrix<T> Factor { get; }
Property Value
Matrix<T>
See Also