Home
last modified time | relevance | path

Searched refs:default_operations (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/numeric/odeint/test/numeric/
Dorder_quadrature_formula.cpp120 vector_space_algebra, default_operations,
123 vector_space_algebra, default_operations,
126 vector_space_algebra, default_operations,
129 vector_space_algebra, default_operations,
132 vector_space_algebra, default_operations,
135 vector_space_algebra, default_operations,
138 vector_space_algebra, default_operations,
145 vector_space_algebra, default_operations,
149 vector_space_algebra, default_operations,
153 vector_space_algebra, default_operations,
[all …]
/third_party/boost/libs/numeric/odeint/test/
Dresizing.cpp65 …t_array_type , double , test_array_type , double , range_algebra , default_operations , never_resi…
66 …t_array_type , double , test_array_type , double , range_algebra , default_operations , initially_…
67 …t_array_type , double , test_array_type , double , range_algebra , default_operations , always_res…
69 …t_array_type , double , test_array_type , double , range_algebra , default_operations , never_resi…
70 …t_array_type , double , test_array_type , double , range_algebra , default_operations , initially_…
71 …t_array_type , double , test_array_type , double , range_algebra , default_operations , always_res…
74 …t_array_type , double , test_array_type , double , range_algebra , default_operations , never_resi…
75 …t_array_type , double , test_array_type , double , range_algebra , default_operations , initially_…
76 …t_array_type , double , test_array_type , double , range_algebra , default_operations , always_res…
Drange_algebra.cpp42 using boost::numeric::odeint::default_operations;
56 algebra.for_each2( x1 , x2 , default_operations::scale_sum1<>( 1.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
67 algebra.for_each3( x1 , x2 , x3 , default_operations::scale_sum2<>( 1.0 , 2.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
77 algebra.for_each4( x1 , x2 , x3 , x4 , default_operations::scale_sum3<>( 1.0 , 2.0 , 3.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
86 …algebra.for_each5( x1 , x2 , x3 , x4 , x5 , default_operations::scale_sum4<>( 1.0 , 2.0 , 3.0 , 4.… in BOOST_AUTO_TEST_CASE_TEMPLATE()
95 …algebra.for_each6( x1 , x2 , x3 , x4 , x5 , x6 ,default_operations::scale_sum5<>( 1.0 , 2.0 , 3.0 … in BOOST_AUTO_TEST_CASE_TEMPLATE()
104 …algebra.for_each7( x1 , x2 , x3 , x4 , x5 , x6 , x7 , default_operations::scale_sum6<>( 1.0 , 2.0 … in BOOST_AUTO_TEST_CASE_TEMPLATE()
113 …algebra.for_each8( x1 , x2 , x3 , x4 , x5 , x6 , x7 , x8 , default_operations::scale_sum7<>( 1.0 ,… in BOOST_AUTO_TEST_CASE_TEMPLATE()
137 algebra.for_each2( x1 , x2 , default_operations::scale_sum1< time_type >( 0.1 * si::second ) ); in BOOST_AUTO_TEST_CASE()
Ddefault_operations.cpp39 using boost::numeric::odeint::default_operations;
146 typedef typename default_operations::scale_sum2< T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
156 typedef default_operations::scale_sum3< T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
166 typedef default_operations::scale_sum4< T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
176 typedef default_operations::scale_sum5< T , T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
186 typedef default_operations::scale_sum6< T , T , T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
196 typedef default_operations::scale_sum7< T , T , T , T , T , T , T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
207 typedef default_operations::rel_error< T > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
217 typedef default_operations::maximum< typename fix_type::compare_type > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
234 typedef default_operations::scale_sum2< value_type , time_type > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dfusion_algebra.cpp49 using boost::numeric::odeint::default_operations;
107 default_operations::scale_sum1< time_type >( dt ) ); in BOOST_AUTO_TEST_CASE()
116 default_operations::scale_sum2< value_type , time_type >( 1.0 , dt ) ); in BOOST_AUTO_TEST_CASE()
125default_operations::scale_sum3< value_type , time_type , time_type >( 1.0 , dt , dt ) ); in BOOST_AUTO_TEST_CASE()
134default_operations::scale_sum4< value_type , time_type , time_type , time_type >( 1.0 , dt , dt , … in BOOST_AUTO_TEST_CASE()
143default_operations::scale_sum5< value_type , time_type , time_type , time_type , time_type >( 1.0 … in BOOST_AUTO_TEST_CASE()
152default_operations::scale_sum6< value_type , time_type , time_type , time_type , time_type , time_… in BOOST_AUTO_TEST_CASE()
161default_operations::scale_sum7< value_type , time_type , time_type , time_type , time_type , time_… in BOOST_AUTO_TEST_CASE()
170default_operations::scale_sum14< value_type , time_type , time_type , time_type , time_type , time… in BOOST_AUTO_TEST_CASE()
Dvelocity_verlet.cpp114 double , double , range_algebra , default_operations , Resizer > type;
268 time_type , time_2_type , fusion_algebra , default_operations > stepper_type; in BOOST_FIXTURE_TEST_CASE()
284 time_type , time_2_type , fusion_algebra , default_operations > stepper_type; in BOOST_FIXTURE_TEST_CASE()
Dsymplectic_steppers.cpp68 class custom_default_operations : public default_operations { };
346 … vector_space_algebra , default_operations , initially_resizer > vector_space_steppers;
362 … fusion_algebra , default_operations , initially_resizer > boost_unit_steppers;
Dadams_bashforth.cpp195 …forth< 3 , state_type , value_type , state_type , value_type , range_algebra , default_operations , in BOOST_AUTO_TEST_CASE()
225 …forth< 3 , state_type , value_type , state_type , value_type , range_algebra , default_operations , in BOOST_AUTO_TEST_CASE()
DJamfile.v237 [ run default_operations.cpp ]
/third_party/boost/libs/numeric/odeint/examples/multiprecision/
Dcmp_precision.cpp39 typedef runge_kutta4< mp_50 , mp_50 , mp_50 , mp_50 , vector_space_algebra , default_operations , n…
41 typedef runge_kutta4< double , double , double , double , vector_space_algebra , default_operations
/third_party/boost/libs/numeric/odeint/doc/concepts/
Dstate_algebra_operations.qbk34 Please have a look at the `range_algebra` and `default_operations` to see an example how this is im…
100 As standard configuration odeint uses the `range_algebra` and `default_operations` which suffices m…
106 …t supports operators +,* (typically `double`)] [`range_algebra`] [`default_operations`] [Standard …
107 …on a `value_type` that supports operators +,*] [`array_algebra`] [`default_operations`] [Special i…
108 …ken, anything that is a vector space).] [`vector_space_algebra`] [`default_operations`] [For the u…
110 …[[Any RandomAccessRange] [`openmp_range_algebra`] [`default_operations`] [OpenMP-parallelised rang…
111 …[[`openmp_state`] [`openmp_algebra`] [`default_operations`] [OpenMP-parallelised algebra for split…
/third_party/boost/libs/numeric/odeint/test_external/vexcl/
Dlorenz.cpp79 odeint::vector_space_algebra , odeint::default_operations in BOOST_AUTO_TEST_CASE()
106 odeint::vector_space_algebra , odeint::default_operations in BOOST_AUTO_TEST_CASE()
134 odeint::vector_space_algebra , odeint::default_operations in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/numeric/odeint/algebra/
Doperations_dispatcher.hpp29 typedef default_operations operations_type;
Ddefault_operations.hpp40 struct default_operations struct
/third_party/boost/libs/numeric/odeint/performance/
Dodeint_rk4_array.cpp35 array_algebra, default_operations, never_resizer > rk4_odeint_type;
/third_party/boost/libs/numeric/odeint/test_external/nt2/
Dalgebra_dispatcher.cpp45 BOOST_PP_ENUM_PARAMS(BOOST_PP_ADD(n,2),y), default_operations:: \
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dspreading.cpp69 boost::numeric::odeint::default_operations > stepper_type;
/third_party/boost/libs/numeric/odeint/examples/
Dharmonic_oscillator.cpp169 …default_error_checker< double , range_algebra , default_operations >( abs_err , rel_err , a_x , a_… in main()
Dheun.cpp85 class Operations = boost::numeric::odeint::default_operations ,
Dresizing_lattice.cpp138 range_algebra , default_operations , always_resizer > hamiltonian_stepper; in main()
/third_party/boost/libs/numeric/odeint/performance/SIMD/
Droessler.cpp94 odeint::default_operations, in main()
Droessler_simd.cpp109 odeint::array_algebra, odeint::default_operations, in main()
/third_party/boost/boost/numeric/odeint/external/viennacl/
Dviennacl_operations.hpp217 struct viennacl_operations : public default_operations {};
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_state_types_algebras_operations.qbk28 the default values range_algebra and default_operations are perfectly fine and
462 `range_algebra` and `default_operations`.]