File defining o2scl::ode_it_solve. More...
#include <iostream>#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/vector_proxy.hpp>#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/matrix_proxy.hpp>#include <o2scl/misc.h>#include <o2scl/test_mgr.h>#include <o2scl/linear_solver.h>#include <o2scl/vector.h>Go to the source code of this file.
Classes | |
| class | o2scl::ode_it_solve< func_t, vec_t, mat_t, matrix_row_t, solver_vec_t, solver_mat_t > |
| ODE solver using a generic linear solver to solve finite-difference equations. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Typedefs | |
| typedef std::function< double(size_t, double, boost::numeric::ublas::matrix_row< boost::numeric::ublas::matrix< double > > &)> | o2scl::ode_it_funct |
| Function for iterative solving of ODEs. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).