Home
last modified time | relevance | path

Searched refs:sz_iw_per_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dfunction_internal.hpp813 size_t sz_iw() const { return sz_iw_per_ + sz_iw_tmp_;} in sz_iw()
1031 size_t sz_arg_per_, sz_res_per_, sz_iw_per_, sz_w_per_; member in casadi::FunctionInternal
H A Dfunction_internal.cpp112 sz_iw_per_ = 0; in FunctionInternal()
2552 sz_iw_per_ += sz_iw; in alloc_iw()
3608 s.pack("FunctionInternal::sz_iw_per", sz_iw_per_); in serialize_body()
3698 s.unpack("FunctionInternal::sz_iw_per", sz_iw_per_); in FunctionInternal()