Home
last modified time | relevance | path

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

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dfunction_internal.cpp387 fd_step_ = 1e-8; in init()
3593 s.pack("FunctionInternal::fd_step", fd_step_); in serialize_body()
3679 s.unpack("FunctionInternal::fd_step", fd_step_); in FunctionInternal()
H A Dfunction_internal.hpp952 double fd_step_; member in casadi::FunctionInternal