Click or drag to resize

FloatComplexLUFactP Property

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: 7.4
Syntax
public FloatComplexMatrix P { get; }

Property Value

FloatComplexMatrix
See Also