 | DoubleComplexLUFactL Property |
Gets the lower triangular matrix L 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 L { get; }
Public ReadOnly Property L As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ L {
DoubleComplexMatrix^ get ();
}
member L : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix
See Also