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 FloatMatrix P { get; }
Visual Basic (Declaration)
Public ReadOnly Property P As FloatMatrix
Visual C++
public:
property FloatMatrix^ P {
	FloatMatrix^ get ();
}

See Also