numerical_differentiation.hpp 533 B

123456789101112
  1. // (C) Copyright Nick Thompson 2018.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
  6. #define BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
  7. #include <boost/math/differentiation/finite_difference.hpp>
  8. #include <boost/config/header_deprecated.hpp>
  9. BOOST_HEADER_DEPRECATED("<boost/math/differentiation/finite_difference.hpp>");
  10. #endif