Click or drag to resize

FloatQRDecompRInvx 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.4
Syntax
public FloatVector RInvx(
	FloatVector x
)

Parameters

x  FloatVector
A vector.

Return Value

FloatVector
The inner product of the inverse of the matrix R and the vector x.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the length of x is not the same as the number of columns in the factored matrix.
SingularMatrixExceptionThrown if the matrix R is singular.
See Also