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 DoubleComplexMatrix QM( DoubleComplexMatrix M ) |
| Visual Basic (Declaration) |
|---|
Public Function QM ( _ M As DoubleComplexMatrix _ ) As DoubleComplexMatrix |
| Visual C++ |
|---|
public: DoubleComplexMatrix^ QM( DoubleComplexMatrix^ M ) |
Parameters
- M
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
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. |