Click or drag to resize

FloatQRDecompRTx Method

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

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

Parameters

x  FloatVector
A vector.

Return Value

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