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