Home
last modified time | relevance | path

Searched refs:for_each1 (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/numeric/odeint/algebra/
Dmulti_array_algebra.hpp38 static void for_each1( S1 &s1 , Op op ) in for_each1() function
40 detail::for_each1( s1.data() , s1.data() + s1.num_elements() , op ); in for_each1()
Drange_algebra.hpp37 static void for_each1( S1 &s1 , Op op ) in for_each1() function
39 detail::for_each1( boost::begin( s1 ) , boost::end( s1 ) , in for_each1()
Dvector_space_algebra.hpp74 static void for_each1( S1 &s1 , Op op ) in for_each1() function
Dfusion_algebra.hpp63 static void for_each1( S1 &s1 , Op op ) in for_each1() function
Darray_algebra.hpp39 static void for_each1( Array< T, dim > &s1, Op op ) in for_each1() function
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_algebra.hpp65 static void for_each1( StateType &s , Operation op ) in for_each1() function
/third_party/boost/boost/numeric/odeint/algebra/detail/
Dfor_each.hpp28 inline void for_each1( Iterator1 first1 , Iterator1 last1 , Operation op ) in for_each1() function
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_nested_algebra.hpp60 template< class S0 , class Op > static void for_each1 ( S0 &s0 , Op op ) { in BOOST_ODEINT_GEN_FOR_EACH()
64 for( size_t i = 0 ; i < len ; i++ ) InnerAlgebra::for_each1( beg0 [i] , op ); in BOOST_ODEINT_GEN_FOR_EACH()
Dopenmp_range_algebra.hpp55 template< class S0 , class Op > static void for_each1 ( S0 &s0 , Op op ) { in BOOST_ODEINT_GEN_FOR_EACH()
/third_party/boost/boost/numeric/odeint/stepper/
Dbulirsch_stoer_dense_out.hpp519 …m_algebra.for_each1( m_diffs[kappa][0].m_v , typename operations_type::template scale< time_type >… in prepare_dense_output()