  | DoubleComplexQRDecompRx Method | 
            Computes the inner product of the matrix R and a given vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexVector Rx(
	DoubleComplexVector x
)
Public Function Rx ( 
	x As DoubleComplexVector
) As DoubleComplexVector
public:
DoubleComplexVector^ Rx(
	DoubleComplexVector^ x
)
member Rx : 
        x : DoubleComplexVector -> DoubleComplexVector Parameters
- x  DoubleComplexVector
 - A vector.
 
Return Value
DoubleComplexVectorThe inner product 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 number of columns in
            the factored matrix. | 
See Also