ArrayAttributes.IsUnitDiagonal Property

Indicates whether the diagonal elements of a triangular matrix are all equal to one.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public bool IsUnitDiagonal {
	get;
 }

Property Value

Boolean

See Also