lines 6-39 of file: python/xam/check_grad_ode.py {xrst_begin check_grad_ode.py} Python Check Gradient of an_ode ############################### Syntax ****** | |tab| *ok* = ``check_grad_ode`` ( *grad_ode* ) grad_ode ******** This is a ``float`` :ref:`py_fun_obj-title` . option ****** The domain and range dimensions for the function object are equal to *option* [ ``'n_arg'`` ]; see :ref:`py_fun_obj@option` . ok ** is true (false) if the gradient passes (fails) the test. Gradient ******** see the corresponding C++ :ref:`check_grad_ode.hpp@Gradient` . Source Code {xrst_literal # BEGIN PYTHON # END PYTHON } {xrst_end check_grad_ode.py}