Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/algebra/
Dalgebra_dispatcher.hpp47 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 …]
Dmulti_array_algebra.hpp135 struct algebra_dispatcher< boost::multi_array< T , N > > struct
137 typedef multi_array_algebra algebra_type;
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_algebra_dispatcher.hpp35 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/
Dmtl4_algebra_dispatcher.hpp30 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/
Dvexcl_algebra_dispatcher.hpp34 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/
Dblaze_algebra_dispatcher.hpp35 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/
Dcompute_algebra_dispatcher.hpp32 struct algebra_dispatcher< boost::compute::vector< T , A > > struct
34 typedef compute_algebra algebra_type;
/third_party/boost/boost/numeric/odeint/external/nt2/
Dnt2_algebra_dispatcher.hpp19 struct algebra_dispatcher<nt2::container::table<T,S> > struct
21 typedef vector_space_algebra algebra_type;
/third_party/boost/libs/numeric/odeint/test/
Dprepare_stepper_testing.hpp55 struct algebra_dispatcher< mp_type > struct
57 typedef vector_space_algebra algebra_type;
Dstepper_with_ranges.cpp49 struct algebra_dispatcher< state_type2 > struct
50 { typedef range_algebra algebra_type; };
/third_party/boost/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp100 struct algebra_dispatcher< mpi_state< InnerState > > struct
104 > algebra_type;
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp159 struct algebra_dispatcher< openmp_state< T > > struct
161 typedef openmp_algebra algebra_type;