ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adaptivesampling.h File Reference
#include <adore/mad/llinearpiecewisefunction.h>
#include <list>
#include <vector>
Include dependency graph for adaptivesampling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 adore
 
 adore::mad
 

Functions

template<typename T , int N>
LLinearPiecewiseFunctionM< T, N > * adore::mad::sample_adaptive (ALFunction< T, adoreMatrix< T, N, 1 >> *f, ALFunction< T, adoreMatrix< T, N, 1 >> *df, T edes, T emax, T xmin, T xmax, T xstep, T precision=(T) 0.0001)