|
||||
File indexing completed on 2025-01-18 09:42:51
0001 /* 0002 [auto_generated] 0003 boost/numeric/odeint/external/openmp/openmp.hpp 0004 0005 [begin_description] 0006 Wrappers for OpenMP. 0007 [end_description] 0008 0009 Copyright 2013 Karsten Ahnert 0010 Copyright 2013 Mario Mulansky 0011 Copyright 2013 Pascal Germroth 0012 0013 Distributed under the Boost Software License, Version 1.0. 0014 (See accompanying file LICENSE_1_0.txt or 0015 copy at http://www.boost.org/LICENSE_1_0.txt) 0016 */ 0017 0018 0019 #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED 0020 #define BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED 0021 0022 // level 1: parallel iteration over random access container 0023 #include <boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp> 0024 0025 // level 2: split range state 0026 #include <boost/numeric/odeint/external/openmp/openmp_state.hpp> 0027 0028 // level 3: process a random access container of sub-states in parallel 0029 #include <boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp> 0030 0031 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |