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