Class AbsoluteValueRegularizedWithSinAtan¶
Defined in File RegularizedAbs.hxx
Inheritance Relationships¶
Base Type¶
public Mechatronix::RegularizedBase
(Class RegularizedBase)
Class Documentation¶
-
class
Mechatronix
::
AbsoluteValueRegularizedWithSinAtan
: public Mechatronix::RegularizedBase¶
-
Absolute value smoothed
Evaluate
\[ |x|_h = \sqrt{h^2+x^2} \]where
\[ |0|_h = h \]Inizialization
-
inline explicit
AbsoluteValueRegularizedWithSinAtan
()¶
-
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
AbsoluteValueRegularizedWithSinAtan
givenh
Initialize class setting the smoothing parameter
h
Evaluate
Info
-
virtual string
info
() const override¶
-
inline explicit