Home
last modified time | relevance | path

Searched defs:cell_functor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp126 struct cell_functor struct in md_system_bs
128 params const &m_p;
130 cell_functor( params const& p ) : m_p( p ) { } in cell_functor() function
133 void operator()( Tuple const& t ) const in operator ()()