aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
function-abstract.hpp File Reference

Base definitions for ternary functions. More...

#include "aligator/fwd.hpp"
#include <ostream>
Include dependency graph for function-abstract.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::StageFunctionTpl< Scalar >
 Class representing ternary functions \(f(x,u,x')\). More...
 
struct  aligator::StageFunctionDataTpl< Scalar >
 Base struct for function data. More...
 

Namespaces

namespace  aligator
 Main package namespace.
 

Functions

template<typename T >
std::ostream & aligator::operator<< (std::ostream &oss, const StageFunctionDataTpl< T > &self)
 

Detailed Description

Base definitions for ternary functions.

Definition in file function-abstract.hpp.