Gets a value that indicates if all elements of the matrix above the main diagonal are zero.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsLowerTriangular { get; }
Public Overridable ReadOnly Property IsLowerTriangular As Boolean
Get
public:
virtual property bool IsLowerTriangular {
bool get ();
}
abstract IsLowerTriangular : bool with get
override IsLowerTriangular : bool with get
Property Value
Type:
Boolean if the matrix is lower triangular; otherwise
.
Reference