/**********************************************************************************************************************
This file is part of the Control Toolbox (https://adrlab.bitbucket.io/ct), copyright by ETH Zurich, Google Inc.
Authors:  Michael Neunert, Markus Giftthaler, Markus Stäuble, Diego Pardo, Farbod Farshidian
Licensed under Apache2 license (see LICENSE file in main directory)
**********************************************************************************************************************/

#pragma once

#include "math/Derivatives.h"
#include "math/DerivativesCppadSettings.h"
#include "math/DerivativesNumDiff.h"
#include "math/DerivativesCppad.h"
#include "math/DerivativesCppadJIT.h"
#include "math/DerivativesCppadCG.h"

