  | DoubleComplexQRDecompQx Method | 
            Computes the inner product of the orthogonal matrix Q and s given vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexVector Qx(
	DoubleComplexVector x
)
Public Function Qx ( 
	x As DoubleComplexVector
) As DoubleComplexVector
public:
DoubleComplexVector^ Qx(
	DoubleComplexVector^ x
)
member Qx : 
        x : DoubleComplexVector -> DoubleComplexVector Parameters
- x  DoubleComplexVector
 - A vector
 
Return Value
DoubleComplexVectorThe inner product of the orthogonal matrix 
Q and the vector
            
x.
Exceptions| Exception | Condition | 
|---|
| MismatchedSizeException | Thrown if the length of x is
            not equal to the minimum of the number of rows and columns in the factored matrix. | 
See Also