]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/math/tools/numerical_differentiation.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / math / tools / numerical_differentiation.hpp
CommitLineData
11fdf7f2
TL
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)
11fdf7f2
TL
5#ifndef BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
6#define BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
92f5a8d4
TL
7#include <boost/math/differentiation/finite_difference.hpp>
8#include <boost/config/header_deprecated.hpp>
11fdf7f2 9
92f5a8d4 10BOOST_HEADER_DEPRECATED("<boost/math/differentiation/finite_difference.hpp>");
11fdf7f2 11
11fdf7f2 12#endif