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