  | FloatComplexLUFactP Property | 
            Gets the permutation matrix P from the factorization 
            PA = LU, where A is the matrix that was factored.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix P { get; }Public ReadOnly Property P As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ P {
	FloatComplexMatrix^ get ();
}member P : FloatComplexMatrix with get
Property Value
FloatComplexMatrix
See Also