 | FloatComplexQRDecompPx 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.3
Syntaxpublic FloatComplexVector Px(
FloatComplexVector x
)
Public Function Px (
x As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ Px(
FloatComplexVector^ x
)
member Px :
x : FloatComplexVector -> FloatComplexVector
Parameters
- x
- Type: CenterSpace.NMath.CoreFloatComplexVector
A vector.
Return Value
Type:
FloatComplexVectorThe inner product of the permutation matrix
P and
the vector
x.
ExceptionsException | Condition |
---|
MismatchedSizeException | Thrown 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