  | FloatComplexQRDecompQM Method | 
            Computes the inner product of the orthogonal matrix Q and a
            given matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix QM(
	FloatComplexMatrix M
)
Public Function QM ( 
	M As FloatComplexMatrix
) As FloatComplexMatrix
public:
FloatComplexMatrix^ QM(
	FloatComplexMatrix^ M
)
member QM : 
        M : FloatComplexMatrix -> FloatComplexMatrix Parameters
- M  FloatComplexMatrix
 - A matrix.
 
Return Value
FloatComplexMatrixThe inner product of the matrix 
Q and the matrix 
M.
Exceptions| Exception | Condition | 
|---|
| MismatchedSizeException | Thrown if the number of rows in M is
            not equal to the minimum of the number of rows and columns in the factored matrix. | 
See Also