Classes | |
struct | CasADiControlFunctionsWithParam |
class | CasADiFunctionEvaluator |
Class for evaluating CasADi functions, allocating the necessary workspace storage in advance for allocation-free evaluations. More... | |
struct | CasADiFunctionsWithParam |
Typedefs | |
using | dim = std::pair< casadi_int, casadi_int > |
Functions | |
template<class F > | |
auto | wrap_load (const std::string &so_name, const char *name, F f) |
template<class T , class... Args> | |
auto | wrapped_load (const std::string &so_name, const char *name, Args &&...args) |
template<class T , class... Args> | |
std::optional< T > | try_load (const std::string &so_name, const char *name, Args &&...args) |
constexpr auto | dims (auto... a) |
struct alpaqa::casadi_loader::CasADiFunctionsWithParam |
Class Members | ||
---|---|---|
CasADiFunctionEvaluator< Conf, 2, 1 > | f | |
CasADiFunctionEvaluator< Conf, 2, 2 > | f_grad_f | |
CasADiFunctionEvaluator< Conf, 6, 2 > | ψ_grad_ψ | |
optional< ConstrFun > | constr = std::nullopt | |
optional< CasADiFunctionEvaluator< Conf, 5, 1 > > | hess_L_prod | |
optional< CasADiFunctionEvaluator< Conf, 4, 1 > > | hess_L = std::nullopt | |
optional< CasADiFunctionEvaluator< Conf, 8, 1 > > | hess_ψ_prod | |
optional< CasADiFunctionEvaluator< Conf, 7, 1 > > | hess_ψ = std::nullopt | |
optional< CasADiFunctionEvaluator< Conf, 2, 1 > > | jac_g = std::nullopt |
using dim = std::pair<casadi_int, casadi_int> |
Definition at line 42 of file CasADiLoader-util.hpp.
Definition at line 32 of file CasADiLoader-util.hpp.
Definition at line 43 of file CasADiLoader-util.hpp.