 | DoubleComplexQRDecompRTx Method |
Computes the inner product of the transpose of the matrix R and a given vector.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleComplexVector RTx(
DoubleComplexVector x
)
Public Function RTx (
x As DoubleComplexVector
) As DoubleComplexVector
public:
DoubleComplexVector^ RTx(
DoubleComplexVector^ x
)
member RTx :
x : DoubleComplexVector -> DoubleComplexVector
Parameters
- x
- Type: CenterSpace.NMath.CoreDoubleComplexVector
A vector.
Return Value
Type:
DoubleComplexVectorThe inner product of the transpose of the matrix
R and the vector
x.
ExceptionsException | Condition |
---|
MismatchedSizeException | Thrown if the length
of the vector x is not equal to the minimum of the number
of rows and columns in the factored matrix. |
See Also