Gets a value that indicates if all elements of the matrix below the main diagonal are zero.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual bool IsUpperTriangular { get; }
Public Overridable ReadOnly Property IsUpperTriangular As Boolean
Get
public:
virtual property bool IsUpperTriangular {
bool get ();
}
abstract IsUpperTriangular : bool with get
override IsUpperTriangular : bool with get
Property Value
Type:
Boolean if the matrix is upper triangular; otherwise
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference