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