Virtual base class for defining 2D implicit equations. More...
#include <roots.h>
[pure virtual]Returns the evaluation of the implicit equation at the location passed as the parameter.
[virtual]Returns the derivative wrt x of the implicit equation at the location passed as the parameter. This function is of course not called if a root finder which does not need it is being used.
[virtual]Returns the derivative wrt y of the implicit equation at the location passed as the parameter. This function is of course not called if a root finder which does not need it is being used.
[virtual]Returns the second order derivative.