Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:42:50

0001 /*
0002   [auto_generated]
0003   boost/numeric/odeint/algebra/fusion_algebra_dispatcher.hpp
0004 
0005   [begin_description]
0006   tba.
0007   [end_description]
0008 
0009   Copyright 2013 Karsten Ahnert
0010   Copyright 2013 Mario Mulansky
0011 
0012   Distributed under the Boost Software License, Version 1.0.
0013   (See accompanying file LICENSE_1_0.txt or
0014   copy at http://www.boost.org/LICENSE_1_0.txt)
0015 */
0016 
0017 
0018 #ifndef BOOST_NUMERIC_ODEINT_ALGEBRA_FUSION_ALGEBRA_DISPATCHER_HPP_DEFINED
0019 #define BOOST_NUMERIC_ODEINT_ALGEBRA_FUSION_ALGEBRA_DISPATCHER_HPP_DEFINED
0020 
0021 #include <boost/numeric/odeint/algebra/fusion_algebra.hpp>
0022 #include <boost/numeric/odeint/algebra/algebra_dispatcher.hpp>
0023 
0024 #include <boost/utility/enable_if.hpp>
0025 #include <boost/fusion/include/is_sequence.hpp>
0026 
0027 
0028 
0029 namespace boost {
0030 namespace numeric {
0031 namespace odeint {
0032 
0033 // specialization for fusion sequences
0034 template< class FusionSequence >
0035 struct algebra_dispatcher_sfinae< FusionSequence ,
0036                            typename boost::enable_if<
0037                                typename boost::fusion::traits::is_sequence< FusionSequence >::type >::type >
0038 {
0039     typedef fusion_algebra algebra_type;
0040 };
0041 
0042 
0043 } // namespace odeint
0044 } // namespace numeric
0045 } // namespace boost
0046 
0047 
0048 #endif // BOOST_NUMERIC_ODEINT_ALGEBRA_FUSION_ALGEBRA_DISPATCHER_HPP_DEFINED