The DoubleQRDecomp type exposes the following members.

Properties

  NameDescription
Cols
Gets the number of columns in the matrix that the decomposition represents.
P
Gets an explicit representation of the permutation matrix.
Pivoting
Whether the decomposition is pivoted or not.
Q
Gets an explicit representation of the orthogonal matrix Q.
QFull
Gets an explicit representation of the Q matrix in the full QR factorization. The matrix Q is m x m where m is the number of rows in the factored matrix.
R
Gets an explicit representation of the upper trapezoidal matrix R.
Rows
Gets the number of rows in the matrix that this decomposition represents.

See Also