advantage 0.1.0

Automatic Differentiation Toolkit
Documentation
1
2
3
4
5
6
7
8
#ifndef _ADV_HPP
#define _ADV_HPP

#include "adv/Context.hpp"
#include "adv/Drivers.hpp"
#include "adv/Tape.hpp"

#endif // _ADV_HPP