Gets an explicit representation of the permutation matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix P { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property P As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ P { DoubleMatrix^ get (); } |
Remarks
If the factored matrix has dimension m x n, the dimension of
P is n x n.