Returns the solution to the problem, x.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetSolution()
Visual Basic (Declaration)
Public Overridable Function GetSolution As Double()
Visual C++
public:
virtual array<double>^ GetSolution()

Return Value

A double array containing the solution.

See Also