Gets an array of the starting simplexes at each step in the annealing history.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix[] Simplexes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Simplexes As DoubleMatrix()
Visual C++
public:
property array<DoubleMatrix^>^ Simplexes {
	array<DoubleMatrix^>^ get ();
}

See Also