Click or drag to resize

FloatComplexQRDecompQTM Method

Computes the inner product of the conjugate transpose of the orthogonal matrix Q and a given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix QTM(
	FloatComplexMatrix M
)

Parameters

M  FloatComplexMatrix
A matrix.

Return Value

FloatComplexMatrix
The inner product of the transpose of the matrix Q and the matrix M.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the number of rows in M is not equal to the number of rows in the factored matrix.
See Also