Class NegativePartRegularizedWithPolynomial

Inheritance Relationships

Base Type

Class Documentation

class Mechatronix::NegativePartRegularizedWithPolynomial : public Mechatronix::RegularizedBase

Negative part smoothed.

Inizialization

inline explicit NegativePartRegularizedWithPolynomial()
virtual void setup(GenericContainer const &gc) override
void setup(real_type h)

Initialize NegativePartRegularizedWithSinAtan given h

inline void update_h(real_type h)

Evaluate

virtual real_type operator()(real_type x) const override
virtual real_type D(real_type x) const override

../_images/NegativePartRegularizedWithPolynomial1.jpeg

virtual real_type DD(real_type x) const override

../_images/NegativePartRegularizedWithPolynomial2.jpeg

Info

virtual string info() const override