Gets the permutation matrix P from the factorization PA = LU, where A is the matrix that was factored.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatComplexMatrix P { get; }
Visual Basic (Declaration)
Public ReadOnly Property P As FloatComplexMatrix
Visual C++
public:
property FloatComplexMatrix^ P {
	FloatComplexMatrix^ get ();
}

See Also