aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
unary-function.hpp File Reference
Include dependency graph for unary-function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::UnaryFunctionTpl< _Scalar >
 Represents unary functions of the form \(f(x)\), with no control (or next-state) arguments. More...
 

Namespaces

namespace  aligator
 Main package namespace.
 

Macros

#define ALIGATOR_UNARY_FUNCTION_INTERFACE(Scalar)
 

Detailed Description

Definition in file unary-function.hpp.

Macro Definition Documentation

◆ ALIGATOR_UNARY_FUNCTION_INTERFACE

#define ALIGATOR_UNARY_FUNCTION_INTERFACE ( Scalar)
Value:
using Base = UnaryFunctionTpl<Scalar>; \
using Base::evaluate; \
using Base::computeJacobians; \
using Base::computeVectorHessianProducts

Definition at line 45 of file unary-function.hpp.