Click or drag to resize

FloatQRDecomp Methods

The FloatQRDecomp type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this decomposition.
Public methodFactor Builds a decomposition for the matrix A.
Public methodPTx Computes the inner product of the transpose of the permutation matrix P and a given vector.
Public methodPx Computes the inner product of the permutation matrix P and a given vector.
Public methodQM Computes the inner product of the orthogonal matrix Q and a given matrix.
Public methodQTM Computes the inner product of the transpose of the orthogonal matrix Q and a given matrix.
Public methodQTx Computes the inner product of the transpose of the orthogonal matrix Q and a given vector.
Public methodQx Computes the inner product of the orthogonal matrix Q and s given vector.
Public methodRDiagonal Returns the main diagonal of the upper trapezoidal matrix R.
Public methodRInvx Computes the inner product of the inverse of the matrix R and a given vector.
Public methodRTInvx Computes the inner product of the transpose of the inverse of the matrix R and a given vector.
Public methodRTx Computes the inner product of the transpose of the matrix R and a given vector.
Public methodRx Computes the inner product of the matrix R and a given vector.
Top
See Also