/third_party/boost/libs/numeric/odeint/test/numeric/ |
D | order_quadrature_formula.cpp | 120 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/ |
D | resizing.cpp | 65 …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…
|
D | range_algebra.cpp | 42 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()
|
D | default_operations.cpp | 39 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 …]
|
D | fusion_algebra.cpp | 49 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() 125 … default_operations::scale_sum3< value_type , time_type , time_type >( 1.0 , dt , dt ) ); in BOOST_AUTO_TEST_CASE() 134 …default_operations::scale_sum4< value_type , time_type , time_type , time_type >( 1.0 , dt , dt , … in BOOST_AUTO_TEST_CASE() 143 …default_operations::scale_sum5< value_type , time_type , time_type , time_type , time_type >( 1.0 … in BOOST_AUTO_TEST_CASE() 152 …default_operations::scale_sum6< value_type , time_type , time_type , time_type , time_type , time_… in BOOST_AUTO_TEST_CASE() 161 …default_operations::scale_sum7< value_type , time_type , time_type , time_type , time_type , time_… in BOOST_AUTO_TEST_CASE() 170 …default_operations::scale_sum14< value_type , time_type , time_type , time_type , time_type , time… in BOOST_AUTO_TEST_CASE()
|
D | velocity_verlet.cpp | 114 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()
|
D | symplectic_steppers.cpp | 68 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;
|
D | adams_bashforth.cpp | 195 …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()
|
D | Jamfile.v2 | 37 [ run default_operations.cpp ]
|
/third_party/boost/libs/numeric/odeint/examples/multiprecision/ |
D | cmp_precision.cpp | 39 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/ |
D | state_algebra_operations.qbk | 34 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/ |
D | lorenz.cpp | 79 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/ |
D | operations_dispatcher.hpp | 29 typedef default_operations operations_type;
|
D | default_operations.hpp | 40 struct default_operations struct
|
/third_party/boost/libs/numeric/odeint/performance/ |
D | odeint_rk4_array.cpp | 35 array_algebra, default_operations, never_resizer > rk4_odeint_type;
|
/third_party/boost/libs/numeric/odeint/test_external/nt2/ |
D | algebra_dispatcher.cpp | 45 BOOST_PP_ENUM_PARAMS(BOOST_PP_ADD(n,2),y), default_operations:: \
|
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/ |
D | spreading.cpp | 69 boost::numeric::odeint::default_operations > stepper_type;
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | harmonic_oscillator.cpp | 169 …default_error_checker< double , range_algebra , default_operations >( abs_err , rel_err , a_x , a_… in main()
|
D | heun.cpp | 85 class Operations = boost::numeric::odeint::default_operations ,
|
D | resizing_lattice.cpp | 138 range_algebra , default_operations , always_resizer > hamiltonian_stepper; in main()
|
/third_party/boost/libs/numeric/odeint/performance/SIMD/ |
D | roessler.cpp | 94 odeint::default_operations, in main()
|
D | roessler_simd.cpp | 109 odeint::array_algebra, odeint::default_operations, in main()
|
/third_party/boost/boost/numeric/odeint/external/viennacl/ |
D | viennacl_operations.hpp | 217 struct viennacl_operations : public default_operations {};
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | details_state_types_algebras_operations.qbk | 28 the default values range_algebra and default_operations are perfectly fine and 462 `range_algebra` and `default_operations`.]
|