Class ode_bv_shoot_grid (o2scl)¶
- 
template<class mat_t = boost::numeric::ublas::matrix<double>, class mat_row_t = boost::numeric::ublas::matrix_row<boost::numeric::ublas::matrix<double>>, class func_t = ode_funct<>, class vec_t = boost::numeric::ublas::vector<double>, class vec_int_t = boost::numeric::ublas::vector<int>>
 class 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_funct
- vec_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