Computes the inner product of the orthogonal matrix Q and a
given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexMatrix QM( FloatComplexMatrix M ) |
| Visual Basic (Declaration) |
|---|
Public Function QM ( _ M As FloatComplexMatrix _ ) As FloatComplexMatrix |
| Visual C++ |
|---|
public: FloatComplexMatrix^ QM( FloatComplexMatrix^ M ) |
Parameters
- M
- Type: CenterSpace.NMath.Core..::.FloatComplexMatrix
A matrix.
Return Value
The inner product of the matrix Q and the matrix M.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.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. |