Decomposition<T>.Done Property

Gets or sets a value that indicates whether the decomposition has been performed.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected bool Done { get; set; }

Property Value

Boolean

Remarks

This property is protected.

See Also