Gets a value that indicates if all components of the matrix below the main diagonal are zero.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public virtual bool IsUpperTriangular { get; }
|
| Visual Basic (Declaration) |
Public Overridable ReadOnly Property IsUpperTriangular As Boolean
Get
|
| Visual C++ |
public:
virtual property bool IsUpperTriangular {
bool get ();
}
|
| F# |
abstract IsUpperTriangular : bool
override IsUpperTriangular : bool
|
Field Value
true
True
true
true (True in Visual Basic) if the matrix is upper triangular; otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also