Click or drag to resize

FloatComplexQRDecompPTx Method

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

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

Parameters

x  FloatComplexVector
A vector.

Return Value

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