Gets a value indicating whether this
instance is lower triangular.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override bool IsLowerTriangular { get; }
Public Overrides ReadOnly Property IsLowerTriangular As Boolean
Get
public:
virtual property bool IsLowerTriangular {
bool get () override;
}
abstract IsLowerTriangular : bool with get
override IsLowerTriangular : bool with get
Property Value
Type:
Boolean if the instance is lower triangular;
otherwise.
Numerical Libraries
Supported in: 5.x, 4.x
Reference