Class ode_bv_shoot_grid (o2scl)¶
-
template<class
mat_t
= boost::numeric::ublas::matrix<double>, classmat_row_t
= boost::numeric::ublas::matrix_row<boost::numeric::ublas::matrix<double>>, classfunc_t
= ode_funct<>, classvec_t
= boost::numeric::ublas::vector<double>, classvec_int_t
= boost::numeric::ublas::vector<int>>
classo2scl
::
ode_bv_shoot_grid
: public o2scl::ode_bv_shoot<ode_funct<>, boost::numeric::ublas::vector<double>, boost::numeric::ublas::vector<int>>¶ Solve boundary-value ODE problems by shooting from one boundary to the other on a grid.
This class is experimental.
Default template arguments
func_t
- ode_functvec_t
- boost::numeric::ublas::vector < double >vec_int_t
- boost::numeric::ublas::vector < int >
Public Types
-
typedef boost::numeric::ublas::vector<double>
ubvector
¶
-
typedef boost::numeric::ublas::vector<int>
ubvector_int
¶
-
typedef boost::numeric::ublas::matrix<double>
ubmatrix
¶
Protected Functions