Click or drag to resize

FloatQRDecompP Property

Gets an explicit representation of the permutation matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatMatrix P { get; }

Property Value

FloatMatrix
Remarks
If the factored matrix has dimension m x n, the dimension of P is n x n.
See Also