Gets the simplex at the end of this step.

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

Syntax

C#
public DoubleMatrix Simplex { get; }
Visual Basic (Declaration)
Public ReadOnly Property Simplex As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Simplex {
	DoubleMatrix^ get ();
}

See Also