Computes the inner product of the conjugate transpose of the orthogonal matrix Q and
a given vector.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexVector QTx( DoubleComplexVector x ) |
| Visual Basic (Declaration) |
|---|
Public Function QTx ( _ x As DoubleComplexVector _ ) As DoubleComplexVector |
| Visual C++ |
|---|
public: DoubleComplexVector^ QTx( DoubleComplexVector^ x ) |
Parameters
- x
- Type: CenterSpace.NMath.Core..::.DoubleComplexVector
A vector.
Return Value
The inner product of the transpose of the matrix Q and the vector x.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MismatchedSizeException | Thrown if the length of x is not equal to the number of rows in the factored matrix. |