 | FloatComplexQRDecompRInvx Method |
Computes the inner product of the inverse of the matrix R and a given vector.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatComplexVector RInvx(
FloatComplexVector x
)
Public Function RInvx (
x As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ RInvx(
FloatComplexVector^ x
)
member RInvx :
x : FloatComplexVector -> FloatComplexVector
Parameters
- x
- Type: CenterSpace.NMath.CoreFloatComplexVector
A vector.
Return Value
Type:
FloatComplexVectorThe inner product of the inverse of the matrix
R and the vector
x.
Exceptions
See Also