Implements a templated dense matrix class.
C++ template class for definition of and operation on variables in a Taylor model.
Tmatrix< Interval > integrate(double t0, double tf, int M, const Tmatrix< Interval > &x)
USING_NAMESPACE_ACADO typedef TaylorVariable< Interval > T
returnValue set(OptionsName name, int value)
#define USING_NAMESPACE_ACADO
Implements a rudimentary interval class.
Validated integrator for ODEs based on Taylor models with ellipsoidal remainder term.
Expression dot(const Expression &arg)
Allows to setup and evaluate differential equations (ODEs and DAEs) based on SymbolicExpressions.
C++ class supporting the definition and computation of Taylor models for factorable functions...