Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-17 08:48:09

0001 //           Copyright Maksym Zhelyenzyakov 2025-2026.
0002 // Distributed under the Boost Software License, Version 1.0.
0003 //      (See accompanying file LICENSE_1_0.txt or copy at
0004 //           https://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP
0006 #define BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP
0007 
0008 #include <cstddef>
0009 #include <type_traits>
0010 namespace boost {
0011 namespace math {
0012 namespace differentiation {
0013 namespace reverse_mode {} // namespace reverse_mode
0014 } // namespace differentiation
0015 } // namespace math
0016 } // namespace boost
0017 
0018 #endif