Click or drag to resize
DigitalRuneQRDecompositionF Properties

The QRDecompositionF type exposes the following members.

Properties
  NameDescription
Public propertyH
Gets the matrix H with the Householder vectors. (This property returns the internal matrix, not a copy.)
Public propertyHasNumericallyFullRank
Gets a value indicating whether the matrix R has full rank (numerically).
Public propertyQ
Gets the orthogonal matrix Q. (This property returns the internal matrix, not a copy.)
Public propertyR
Gets the upper triangular matrix R. (This property returns the internal matrix, not a copy.)
Top
See Also