Click or drag to resize

DoubleComplexQRDecompQM Method

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

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

Parameters

M  DoubleComplexMatrix
A matrix.

Return Value

DoubleComplexMatrix
The inner product of the matrix Q and the matrix M.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown 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