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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user