 | DoubleComplexQRDecompQTM Method |
Computes the inner product of the conjugate transpose of the orthogonal matrix Q and
a given matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexMatrix QTM(
DoubleComplexMatrix M
)
Public Function QTM (
M As DoubleComplexMatrix
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ QTM(
DoubleComplexMatrix^ M
)
member QTM :
M : DoubleComplexMatrix -> DoubleComplexMatrix
Parameters
- M DoubleComplexMatrix
- A matrix.
Return Value
DoubleComplexMatrixThe inner product of the transpose of the matrix
Q and the matrix
M.
ExceptionsException | Condition |
---|
MismatchedSizeException | Thrown if the number of rows in M is
not equal to the number of rows in the factored matrix. |
See Also