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

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Property Done As Boolean
C#
protected bool Done { get; set; }
C++
protected:
bool Done {
	bool get ();
	void set (bool value);
}

Remarks

This property is protected.