Generalized Singular Value Decomposition<T>.Shared Orthogonal Factor Property
Gets the shared orthogonal matrix of the decomposition.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
a DenseMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<T> SharedOrthogonalFactor { get; protected set; }
Property Value
Matrix<T>a DenseMatrix<T>.
Remarks
This property returns the matrix Q in the decomposition.