.NET Matrix Library
L Property
See Also  Send comments on this topic


Gets the factor L, the lower triangular matrix of the LQ factorization.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property L As Matrix
C# 
public Matrix L {get;}
C++/CLI 
public:
property Matrix^ L {
   Matrix^ get();
}

Property Value

Matrix object containing the factor L of the LQ factorization.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation