|  | DoubleLUFactL 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
 Syntax
Syntaxpublic DoubleMatrix L { get; }Public ReadOnly Property L As DoubleMatrix
	Get
public:
property DoubleMatrix^ L {
	DoubleMatrix^ get ();
}member L : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also