 | DoubleComplexLUFactP Property |
Gets the permutation matrix P from the factorization
PA = LU, where A is the matrix that was factored.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexMatrix P { get; }
Public ReadOnly Property P As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ P {
DoubleComplexMatrix^ get ();
}
member P : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix
See Also