Server IP : 104.21.38.3 / Your IP : 172.70.208.97 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/boost/boost_1_59_0/boost/numeric/ |
Upload File : |
/* [auto_generated] boost/numeric/odeint.hpp [begin_description] Forward include for odeint. Includes nearly everything. [end_description] Copyright 2009-2013 Karsten Ahnert Copyright 2010-2013 Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_NUMERIC_ODEINT_HPP_INCLUDED #define BOOST_NUMERIC_ODEINT_HPP_INCLUDED #include <boost/numeric/odeint/version.hpp> #include <boost/numeric/odeint/config.hpp> // start with ublas wrapper because we need its specializations before including state_wrapper.hpp #include <boost/numeric/odeint/util/ublas_wrapper.hpp> #include <boost/numeric/odeint/stepper/euler.hpp> #include <boost/numeric/odeint/stepper/runge_kutta4_classic.hpp> #include <boost/numeric/odeint/stepper/runge_kutta4.hpp> #include <boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp> #include <boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp> #include <boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp> #include <boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp> #include <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp> #include <boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp> #include <boost/numeric/odeint/stepper/bulirsch_stoer.hpp> #ifndef __CUDACC__ /* Bulirsch Stoer with Dense Output does not compile with nvcc * because of the binomial library used there which relies on unsupported SSE functions */ #include <boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp> #endif #include <boost/numeric/odeint/stepper/symplectic_euler.hpp> #include <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp> #include <boost/numeric/odeint/stepper/velocity_verlet.hpp> #include <boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp> #include <boost/numeric/odeint/stepper/implicit_euler.hpp> #include <boost/numeric/odeint/stepper/rosenbrock4.hpp> #include <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp> #include <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp> #include <boost/numeric/odeint/algebra/algebra_dispatcher.hpp> #include <boost/numeric/odeint/algebra/multi_array_algebra.hpp> #include <boost/numeric/odeint/util/multi_array_adaption.hpp> /* * Including this algebra slows down the compilation time */ // #include <boost/numeric/odeint/algebra/fusion_algebra.hpp> #include <boost/numeric/odeint/integrate/integrate.hpp> #include <boost/numeric/odeint/integrate/integrate_adaptive.hpp> #include <boost/numeric/odeint/integrate/integrate_const.hpp> #include <boost/numeric/odeint/integrate/integrate_n_steps.hpp> #include <boost/numeric/odeint/integrate/integrate_times.hpp> #include <boost/numeric/odeint/integrate/observer_collection.hpp> #include <boost/numeric/odeint/stepper/generation.hpp> #include <boost/numeric/odeint/iterator/adaptive_iterator.hpp> #include <boost/numeric/odeint/iterator/adaptive_time_iterator.hpp> #include <boost/numeric/odeint/iterator/const_step_iterator.hpp> #include <boost/numeric/odeint/iterator/const_step_time_iterator.hpp> #endif // BOOST_NUMERIC_ODEINT_HPP_INCLUDED