Gets a value indicating whether all diagonal elements
of this instance are equal to 1.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override bool IsUnitDiagonal { get; }
Public Overrides ReadOnly Property IsUnitDiagonal As Boolean
Get
public:
virtual property bool IsUnitDiagonal {
bool get () override;
}
abstract IsUnitDiagonal : bool with get
override IsUnitDiagonal : bool with get
Property Value
Type:
Boolean if all diagonal elements are
equal to 1;
otherwise.
Numerical Libraries
Supported in: 5.x, 4.x
Reference