Home
last modified time | relevance | path

Searched defs:epsRegularisation (Results 1 – 3 of 3) sorted by relevance

/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DOptions.hpp150 …real_t epsRegularisation; /**< Scaling factor of identity matrix used for Hessian re… member in Options
/dports/math/qposases/qpOASES-3.2.1/interfaces/c/
H A DqpOASES_wrapper.h166 …real_t epsRegularisation; /**< Scaling factor of identity matrix used for Hessian regularisatio… member
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pyx354 def __set__(self, epsRegularisation): self.thisptr.epsRegularisation = epsRegularisation argument