Class AbsoluteValueRegularizedWithSinAtan0¶
Defined in File RegularizedAbs.hxx
Inheritance Relationships¶
Base Type¶
public Mechatronix::RegularizedBase
(Class RegularizedBase)
Class Documentation¶
-
class
Mechatronix
::
AbsoluteValueRegularizedWithSinAtan0
: public Mechatronix::RegularizedBase¶
-
Absolute value smoothed
\[ |x|_h = \frac{x^2}{\sqrt{h^2+x^2}} \]where
\[ |0|_h = h \]Inizialization
-
inline explicit
AbsoluteValueRegularizedWithSinAtan0
()¶
-
virtual void
setup
(GenericContainer const &gc) override¶
-
Initialize class using generic container that must contain
gc("h")
the value of the smoothing parameter.
-
void
setup
(real_type h)¶
-
Initialize class setting the smoothing parameter
h
Initialize
AbsoluteValueRegularizedWithSinAtan0
givenh
Evaluate
Info
-
virtual string
info
() const override¶
-
inline explicit