Click or drag to resize

FloatQRDecomp Properties

The FloatQRDecomp 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 propertyQ Gets an explicit representation of the orthogonal matrix Q.
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