Home
last modified time | relevance | path

Searched refs:getint_t (Results 1 – 4 of 4) sorted by relevance

/dports/math/casadi/casadi-3.5.5/docs/examples/cplusplus/
H A Dcodegen_usage.cpp65 typedef casadi_int (*getint_t)(void); in usage_c() typedef
89 getint_t n_in_fcn = (getint_t)dlsym(handle, "f_n_in"); in usage_c()
94 getint_t n_out_fcn = (getint_t)dlsym(handle, "f_n_out"); in usage_c()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dexternal_impl.hpp60 getint_t get_n_in_, get_n_out_;
H A Dexternal.cpp72 get_n_in_ = (getint_t)li_.get_function(name_ + "_n_in"); in init_external()
73 get_n_out_ = (getint_t)li_.get_function(name_ + "_n_out"); in init_external()
H A Dcasadi_common.hpp137 typedef casadi_int (*getint_t)(void); typedef