![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Solve an initial-value ODE problem and store the result in a table object. More...
#include <ode_iv_table.h>
This class is experimental.
Definition at line 43 of file ode_iv_table.h.
Public Member Functions | |
int | solve_grid_table (size_t n, vec_t &ystart, table &t, std::string x_col, std::string y_prefix, std::string dydx_prefix, std::string yerr_prefix, func_t &derivs) |
Desc. | |
int | solve_store_table (double x0, double x1, double h, size_t n, vec_t &ystart, size_t &n_sol, table &t, std::string x_col, std::string y_prefix, std::string dydx_prefix, std::string yerr_prefix, func_t &derivs) |
Desc. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).