GeneralizedSingularValueDecomposition<T>.SharedTriangularFactor Property

Gets the full shared triangular factor of the decomposition.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> SharedTriangularFactor { get; protected set; }

Property Value

Matrix<T>
a DenseMatrix<T>.

Remarks

This property returns the matrix [0 R] in the decomposition.

See Also