Classes | |
| struct | CasADiControlFunctionsWithParam |
| class | CasADiFunctionEvaluator |
| Class for evaluating CasADi functions, allocating the necessary workspace storage in advance for allocation-free evaluations. More... | |
| struct | CasADiFunctionsWithParam |
| struct | invalid_argument_dimensions |
Typedefs | |
| using | dim = std::pair< casadi_int, casadi_int > |
Functions | |
| template<class Loader , class F > | |
| auto | wrap_load (Loader &&loader, const char *name, F f) |
| template<class T , class Loader , class... Args> | |
| auto | wrapped_load (Loader &&loader, const char *name, Args &&...args) |
| template<class T , class Loader , class... Args> | |
| std::optional< T > | try_load (Loader &&loader, const char *name, Args &&...args) |
| constexpr auto | dims (auto... a) |
| using dim = std::pair<casadi_int, casadi_int> |
Definition at line 46 of file CasADiLoader-util.hpp.
Definition at line 16 of file CasADiLoader-util.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 27 of file CasADiLoader-util.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 34 of file CasADiLoader-util.hpp.