brintos

brintos / llvm-project-archived public Read only

0
0
Text · 542 B · 2bdda70 Raw
13 lines · plain
1//  (C) Copyright Nick Thompson 2018.2//  Use, modification and distribution are subject to the3//  Boost Software License, Version 1.0. (See accompanying file4//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)5#ifndef BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP6#define BOOST_MATH_TOOLS_NUMERICAL_DIFFERENTIATION_HPP7#include <boost/math/differentiation/finite_difference.hpp>8#include <boost/math/tools/header_deprecated.hpp>9 10BOOST_MATH_HEADER_DEPRECATED("<boost/math/differentiation/finite_difference.hpp>");11 12#endif13