/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 53 typedef array_algebra algebra_type; 64 struct algebra_dispatcher< std::complex<T> > struct 66 typedef vector_space_algebra algebra_type; 72 struct algebra_dispatcher< boost::numeric::ublas::vector< T , A > > struct 74 typedef vector_space_algebra algebra_type; 78 struct algebra_dispatcher< boost::numeric::ublas::matrix< T , L , A > > struct 80 typedef vector_space_algebra algebra_type; 100 struct algebra_dispatcher< std::array< T , N > > struct [all …]
|
D | multi_array_algebra.hpp | 135 struct algebra_dispatcher< boost::multi_array< T , N > > struct 137 typedef multi_array_algebra algebra_type;
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_algebra_dispatcher.hpp | 35 struct algebra_dispatcher< thrust::host_vector< T , A > > struct 37 typedef thrust_algebra algebra_type; 42 struct algebra_dispatcher< thrust::device_vector< T , A > > struct 44 typedef thrust_algebra algebra_type; 62 struct algebra_dispatcher< thrust::cpp::vector< T , A > > struct 64 typedef thrust_algebra algebra_type; 73 struct algebra_dispatcher< thrust::omp::vector< T , A > > struct 75 typedef thrust_algebra algebra_type; 85 struct algebra_dispatcher< thrust::tbb::vector< T , A > > struct 87 typedef thrust_algebra algebra_type; [all …]
|
/third_party/boost/boost/numeric/odeint/external/mtl4/ |
D | mtl4_algebra_dispatcher.hpp | 30 struct algebra_dispatcher< mtl::dense_vector< Value , Parameters > > struct 32 typedef vector_space_algebra algebra_type; 36 struct algebra_dispatcher< mtl::dense2D< Value , Parameters > > struct 38 typedef vector_space_algebra algebra_type; 42 struct algebra_dispatcher< mtl::morton_dense< Value , BitMask, Parameters > > struct 44 typedef vector_space_algebra algebra_type; 48 struct algebra_dispatcher< mtl::compressed2D< Value , Parameters > > struct 50 typedef vector_space_algebra algebra_type;
|
/third_party/boost/boost/numeric/odeint/external/vexcl/ |
D | vexcl_algebra_dispatcher.hpp | 34 struct algebra_dispatcher< vex::vector< T > > struct 36 typedef vector_space_algebra algebra_type; 41 struct algebra_dispatcher< vex::multivector< T , N > > struct 43 typedef vector_space_algebra algebra_type;
|
/third_party/boost/boost/numeric/odeint/external/blaze/ |
D | blaze_algebra_dispatcher.hpp | 35 struct algebra_dispatcher< blaze::StaticVector< T , N , TF > > struct 37 typedef vector_space_algebra algebra_type; 41 struct algebra_dispatcher< blaze::DynamicVector< T , TF > > struct 43 typedef vector_space_algebra 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 34 typedef compute_algebra algebra_type;
|
/third_party/boost/boost/numeric/odeint/external/nt2/ |
D | nt2_algebra_dispatcher.hpp | 19 struct algebra_dispatcher<nt2::container::table<T,S> > struct 21 typedef vector_space_algebra algebra_type;
|
/third_party/boost/libs/numeric/odeint/test/ |
D | prepare_stepper_testing.hpp | 55 struct algebra_dispatcher< mp_type > struct 57 typedef vector_space_algebra algebra_type;
|
D | stepper_with_ranges.cpp | 49 struct algebra_dispatcher< state_type2 > struct 50 { typedef range_algebra algebra_type; };
|
/third_party/boost/boost/numeric/odeint/external/mpi/ |
D | mpi_state.hpp | 100 struct algebra_dispatcher< mpi_state< InnerState > > struct 104 > algebra_type;
|
/third_party/boost/boost/numeric/odeint/external/openmp/ |
D | openmp_state.hpp | 159 struct algebra_dispatcher< openmp_state< T > > struct 161 typedef openmp_algebra algebra_type;
|