File defining o2scl::ode_iv_solve. More...
#include <string>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <o2scl/astep.h>
#include <o2scl/astep_gsl.h>
Go to the source code of this file.
Classes | |
class | o2scl::ode_iv_solve< func_t, vec_t > |
Solve an initial-value ODE problems given an adaptive ODE stepper. More... | |
class | o2scl::ode_iv_solve_grid< func_t, mat_row_t > |
Solve an initial-value ODE problems on a grid given an adaptive ODE stepper. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Typedefs | |
typedef matrix_row_gen_ctor< boost::numeric::ublas::matrix< double > > | o2scl::solve_grid_mat_row |
typedef std::function< int(double, size_t, const solve_grid_mat_row &, solve_grid_mat_row &)> | o2scl::ode_funct_solve_grid |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).