26 #include "fast_newton.hpp"
33 "Implements simple newton iterations to solve an implicit function.\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_237 \n"
38 ">List of available options\n"
40 "+------------+-----------+-------------------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+============+===========+=================================================+\n"
43 "| abstol | OT_DOUBLE | Stopping criterion tolerance on ||g||__inf) |\n"
44 "+------------+-----------+-------------------------------------------------+\n"
45 "| abstolStep | OT_DOUBLE | Stopping criterion tolerance on step size |\n"
46 "+------------+-----------+-------------------------------------------------+\n"
47 "| max_iter | OT_INT | Maximum number of Newton iterations to perform |\n"
48 "| | | before returning. |\n"
49 "+------------+-----------+-------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.