  | FloatComplexQRDecompRTx Method | 
            Computes the inner product of the transpose of the matrix R and a given vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexVector RTx(
	FloatComplexVector x
)
Public Function RTx ( 
	x As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ RTx(
	FloatComplexVector^ x
)
member RTx : 
        x : FloatComplexVector -> FloatComplexVector Parameters
- x  FloatComplexVector
 - A vector.
 
Return Value
FloatComplexVectorThe inner product of the transpose of the matrix 
R and the vector
            
x.
Exceptions| Exception | 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