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