  | DoubleQRDecompRTInvx 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 DoubleVector RTInvx(
	DoubleVector x
)
Public Function RTInvx ( 
	x As DoubleVector
) As DoubleVector
public:
DoubleVector^ RTInvx(
	DoubleVector^ x
)
member RTInvx : 
        x : DoubleVector -> DoubleVector Parameters
- x  DoubleVector
 - A vector.
 
Return Value
DoubleVectorThe inner product of the transpose of the inverse of the matrix 
R 
            and the vector 
x.
Exceptions
See Also