/**********************************************************************************************************************
This file is part of the Control Toolbox (https://github.com/ethz-adrl/control-toolbox), copyright by ETH Zurich.
Licensed under the BSD-2 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"
#include "math/Inverses.h"

