2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 16:12:15 +00:00

add license and remove tabs

This commit is contained in:
Maksym Zhelyeznyakov
2026-01-29 13:55:38 -05:00
parent a82fdc8e36
commit 3028f09ebd
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
// Copyright Maksym Zhelyenzyakov 2026.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
#include <boost/math/differentiation/autodiff_reverse.hpp>
#include <boost/math/optimization/lbfgs.hpp>
#include <boost/math/optimization/minimizer.hpp>