Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> ThinOrthogonalFactor { get; protected set; }
Public Property ThinOrthogonalFactor As Matrix(Of T)
Get
Protected Set
public:
property Matrix<T>^ ThinOrthogonalFactor {
Matrix<T>^ get ();
protected: void set (Matrix<T>^ value);
}
member ThinOrthogonalFactor : Matrix<'T> with get, set
Property Value
Type:
MatrixTA
DenseMatrixT.
If the matrix has more rows than columns, then only
a part of the orthogonal matrix with the same number of columns
as the matrix is relevant for most calculations.
Reference