2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

added licence files and removed py files

This commit is contained in:
Maksym Zhelyeznyakov
2025-08-16 16:16:11 +02:00
parent 6bae05e75b
commit c7f9f572a6
12 changed files with 33 additions and 381 deletions

View File

@@ -1,13 +1,7 @@
/*#include <boost/math/differentiation/autodiff_reverse.hpp>
using namespace boost::math::differentiation::reverse_mode;
int main()
{
rvar<double,1> x = 1.5;
auto z = x*x*x*x*x;
rvar<double,1>zz(z);
zz.backward();
std::cout<<x.adjoint()<<std::endl;
}*/
// 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)
#include "test_autodiff_reverse.hpp"
#include <vector>