Click or drag to resize

DoubleComplexQRDecompP Property

Gets an explicit representation of the permutation matrix.

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

Property Value

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