mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
added license
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef BOOST_MATH_DIFFERENTIATION_AUTODIFF_HPP
|
||||
#define BOOST_MATH_DIFFERENTIATION_AUTODIFF_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef REVERSE_MODE_AUTODOFF_BASIC_OPERATOR_OVERLOADS_HPP
|
||||
#define REVERSE_MODE_AUTODOFF_BASIC_OPERATOR_OVERLOADS_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
|
||||
#ifndef REVERSE_MODE_AUTODIFF_COMPARISON_OPERATOR_OVERLOADS_HPP
|
||||
#define REVERSE_MODE_AUTODIFF_COMPARISON_OPERATOR_OVERLOADS_HPP
|
||||
#include <boost/math/differentiation/detail/reverse_mode_autodiff_expression_template_base.hpp>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef REVERSE_MODE_AUTODIFF_ERF_OVERLOADS_HPP
|
||||
#define REVERSE_MODE_AUTODIFF_ERF_OVERLOADS_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
|
||||
#ifndef REVERSE_MODE_AUTODIFF_EXPRESSION_TEMPLATE_BASE_HPP
|
||||
#define REVERSE_MODE_AUTODIFF_EXPRESSION_TEMPLATE_BASE_HPP
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP
|
||||
#define BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
|
||||
#ifndef REVERSE_MODE_AUTODIFF_MEMORY_MANAGEMENT_HPP
|
||||
#define REVERSE_MODE_AUTODIFF_MEMORY_MANAGEMENT_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef REVERSE_MODE_AUTODIFF_STL_OVERLOADS
|
||||
#define REVERSE_MODE_AUTODIFF_STL_OVERLOADS
|
||||
/* stl support : expressions */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright Maksym Zhelyenzyakov 2025-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)
|
||||
#ifndef REVERSE_MODE_AUTODIFF_UTILITIES_HPP
|
||||
#define REVERSE_MODE_AUTODIFF_UTILITIES_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user