|  | Double | 
The DoubleComplexQRDecomp type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the matrix that the decomposition represents. | 
|  | P | Gets an explicit representation of the permutation matrix. | 
|  | Q | Gets an explicit representation of the orthogonal matrix Q. | 
|  | 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
See Also