Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:40:40

0001 //  (C) Copyright Nick Thompson 2018.
0002 //  Use, modification and distribution are subject to the
0003 //  Boost Software License, Version 1.0. (See accompanying file
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
0006 #define BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP
0007 #include <boost/math/differentiation/finite_difference.hpp>
0008 #include <boost/math/tools/header_deprecated.hpp>
0009 
0010 BOOST_MATH_HEADER_DEPRECATED("<boost/math/differentiation/finite_difference.hpp>");
0011 
0012 #endif