Click or drag to resize

FloatQRDecompPx Method

Computes the inner product of the permutation matrix P and a given vector.

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

Parameters

x  FloatVector
A vector.

Return Value

FloatVector
The inner product of the permutation matrix P and the vector x.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the length of x is not equal to the number of columns in P (equals the number of columns in the factored matrix).
See Also