/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_algebra_dispatcher.hpp | 35 struct algebra_dispatcher< thrust::host_vector< T , A > > struct 42 struct algebra_dispatcher< thrust::device_vector< T , A > > struct 62 struct algebra_dispatcher< thrust::cpp::vector< T , A > > struct 73 struct algebra_dispatcher< thrust::omp::vector< T , A > > struct 85 struct algebra_dispatcher< thrust::tbb::vector< T , A > > struct 97 struct algebra_dispatcher< thrust::cuda::vector< T , A > > struct
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | algebra_dispatcher.hpp | 47 struct algebra_dispatcher : algebra_dispatcher_sfinae< StateType > { }; struct 51 struct algebra_dispatcher< boost::array< T , N > > struct 64 struct algebra_dispatcher< std::complex<T> > struct 72 struct algebra_dispatcher< boost::numeric::ublas::vector< T , A > > struct 78 struct algebra_dispatcher< boost::numeric::ublas::matrix< T , L , A > > struct 100 struct algebra_dispatcher< std::array< T , N > > struct
|
/third_party/boost/boost/numeric/odeint/external/mtl4/ |
D | mtl4_algebra_dispatcher.hpp | 30 struct algebra_dispatcher< mtl::dense_vector< Value , Parameters > > struct 36 struct algebra_dispatcher< mtl::dense2D< Value , Parameters > > struct 42 struct algebra_dispatcher< mtl::morton_dense< Value , BitMask, Parameters > > struct 48 struct algebra_dispatcher< mtl::compressed2D< Value , Parameters > > struct
|
/third_party/boost/boost/numeric/odeint/external/vexcl/ |
D | vexcl_algebra_dispatcher.hpp | 34 struct algebra_dispatcher< vex::vector< T > > struct 41 struct algebra_dispatcher< vex::multivector< T , N > > struct
|
/third_party/boost/boost/numeric/odeint/external/blaze/ |
D | blaze_algebra_dispatcher.hpp | 35 struct algebra_dispatcher< blaze::StaticVector< T , N , TF > > struct 41 struct algebra_dispatcher< blaze::DynamicVector< T , TF > > struct
|
/third_party/boost/boost/numeric/odeint/external/mpi/ |
D | mpi_state.hpp | 100 struct algebra_dispatcher< mpi_state< InnerState > > struct 103 typename algebra_dispatcher< InnerState >::algebra_type
|
/third_party/boost/boost/numeric/odeint/external/compute/ |
D | compute_algebra_dispatcher.hpp | 32 struct algebra_dispatcher< boost::compute::vector< T , A > > struct
|
/third_party/boost/boost/numeric/odeint/external/nt2/ |
D | nt2_algebra_dispatcher.hpp | 19 struct algebra_dispatcher<nt2::container::table<T,S> > struct
|
/third_party/boost/libs/numeric/odeint/test/ |
D | prepare_stepper_testing.hpp | 55 struct algebra_dispatcher< mp_type > struct
|
D | Jamfile.v2 | 73 [ compile algebra_dispatcher.cpp ]
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | symplectic_euler.hpp | 71 class Algebra = typename algebra_dispatcher< Coor >::algebra_type ,
|
D | symplectic_rkn_sb3a_mclachlan.hpp | 92 class Algebra = typename algebra_dispatcher< Coor >::algebra_type ,
|
D | symplectic_rkn_sb3a_m4_mclachlan.hpp | 89 class Algebra = typename algebra_dispatcher< Coor >::algebra_type ,
|
D | modified_midpoint.hpp | 42 class Algebra = typename algebra_dispatcher< State >::algebra_type , 167 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | runge_kutta4.hpp | 107 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | euler.hpp | 40 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | runge_kutta_cash_karp54.hpp | 151 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | explicit_generic_rk.hpp | 51 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | explicit_error_generic_rk.hpp | 52 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | adams_moulton.hpp | 59 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
D | runge_kutta4_classic.hpp | 43 class Algebra = typename algebra_dispatcher< State >::algebra_type ,
|
/third_party/boost/libs/numeric/odeint/test_external/nt2/ |
D | Jamfile.v2 | 42 [ run algebra_dispatcher.cpp ]
|
/third_party/boost/boost/numeric/odeint/external/openmp/ |
D | openmp_state.hpp | 159 struct algebra_dispatcher< openmp_state< T > > struct
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | pid_step_adjuster.hpp | 108 class Algebra = typename algebra_dispatcher< State >::algebra_type,
|
D | adaptive_adams_coefficients.hpp | 42 class Algebra = typename algebra_dispatcher< Deriv >::algebra_type,
|