|  | DoubleComplexQRDecompP Property | 
            Gets an explicit representation of the permutation matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix P { get; }Public ReadOnly Property P As DoubleComplexMatrix
	Get
public:
property DoubleComplexMatrix^ P {
	DoubleComplexMatrix^ get ();
}member P : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix Remarks
Remarks
            If the factored matrix has dimension m x n, the dimension of
            P is n x n.
            
 See Also
See Also