Click or drag to resize

FloatComplexQRDecompRx Method

Computes the inner product of the matrix R and a given vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector Rx(
	FloatComplexVector x
)

Parameters

x  FloatComplexVector
A vector.

Return Value

FloatComplexVector
The inner product of the matrix R and the vector x.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the length of the vector x is not equal to the number of columns in the factored matrix.
See Also