QRDecomposition<T> Properties

Properties

BaseMatrix Gets the underlying matrix of the decomposition.
(Inherited from Decomposition<T>)
ColumnCount Gets the number of columns in the matrix.
(Inherited from LinearOperator<T>)
ColumnIndex Gets or sets the index of labels for the columns of the matrix.
(Inherited from LinearOperator<T>)
Preliminary
ColumnPermutation Returns the permutation used to permute the columns of the matrix.
Done Gets or sets a value that indicates whether the decomposition has been performed.
(Inherited from Decomposition<T>)
ElementType Gets the element type of the matrix.
(Inherited from LinearOperator<T>)
Factors Gets a collection of the matrix factors that make up the decomposition.
(Overrides Decomposition<T>.Factors)
OrthogonalFactor Gets the orthogonal matrix Q of this QRDecomposition<T>.
Overwrite Gets or sets a value indicating whether the BaseMatrix should be overwritten by its decomposition.
(Inherited from Decomposition<T>)
RowCount Gets the number of rows in the matrix.
(Inherited from LinearOperator<T>)
RowIndex Gets or sets the index of labels for the rows of the matrix.
(Inherited from LinearOperator<T>)
Preliminary
ThinOrthogonalFactor Gets the 'thin' part of the orthogonal matrix Q of this QRDecomposition<T>.
TrimmedUpperTriangularFactor Gets the upper triangular matrix R of this QRDecomposition<T>.
UpperTriangularFactor Gets the upper triangular matrix R of this QRDecomposition<T>.
UseColumnPivoting Gets or sets a value that specifies whether to use column pivoting to improve stability.

See Also