ILNumerics Ultimate VS

ILMathistriup Method (InArrayByte)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determines if matrix A is an upper triangular matrix.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static bool istriup(
	InArray<byte> A
)

Parameters

A
Type: ILNumericsInArrayByte
Matrix or scalar array A, numeric element type.

Return Value

Type: Boolean
true if A is an upper triangular matrix, false otherwise.
Exceptions

ExceptionCondition
ArgumentExceptionif A was null or not a matrix.
Remarks

[ILNumerics Computing Engine]

See Also

Reference