Click or drag to resize

DoubleQRDecomp Properties

The DoubleQRDecomp type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix that the decomposition represents.
Public propertyP Gets an explicit representation of the permutation matrix.
Public propertyPivoting Whether the decomposition is pivoted or not.
Public propertyQ Gets an explicit representation of the orthogonal matrix Q.
Public propertyQFull 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.
Public propertyR Gets an explicit representation of the upper trapezoidal matrix R.
Public propertyRows Gets the number of rows in the matrix that this decomposition represents.
Top
See Also