26 #include "linear_interpolant.hpp"
33 "Extra doc: https://github.com/casadi/casadi/wiki/L_23b \n"
36 ">List of available options\n"
38 "+-------------+-----------------+------------------------------------------+\n"
39 "| Id | Type | Description |\n"
40 "+=============+=================+==========================================+\n"
41 "| lookup_mode | OT_STRINGVECTOR | Sets, for each grid dimenion, the lookup |\n"
42 "| | | algorithm used to find the correct |\n"
43 "| | | index. 'linear' uses a for-loop + break; |\n"
44 "| | | 'exact' uses floored division (only for |\n"
45 "| | | uniform grids). |\n"
46 "+-------------+-----------------+------------------------------------------+\n"
static const std::string meta_doc
A documentation string.