Options class
#include <ginger/rootfinding.hpp>
The code snippet defines a class called Options
that represents the options for a specific algorithm or function. It has two public member variables: max_iters
and tolerance
.