  | FloatComplexQRDecompRTInvx Method | 
            Computes the inner product of the transpose of the inverse of the matrix 
            R and a given vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexVector RTInvx(
	FloatComplexVector x
)
Public Function RTInvx ( 
	x As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ RTInvx(
	FloatComplexVector^ x
)
member RTInvx : 
        x : FloatComplexVector -> FloatComplexVector Parameters
- x  FloatComplexVector
 - A vector.
 
Return Value
FloatComplexVectorThe inner product of the transpose of the inverse of the matrix 
R 
            and the vector 
x.
Exceptions
See Also