Class Hypot¶
Defined in File RegularizedHypot.hxx
Class Documentation¶
-
class
Mechatronix::Hypot¶
-
smooth 2d len value base class
Inizialization
-
inline explicit
Hypot()¶
-
build regularized maximum class
-
inline
~Hypot()¶
-
destroy regularized maximum class
-
void
setup(GenericContainer const &gc)¶
-
set regularization parameter
Evaluate
Compute regularized function
-
inline real_type
D_1(real_type x, real_type y) const¶
-
Compute \( \displaystyle\frac{\partial}{\partial_x} \mathrm{hypot}(x,y) \).
-
inline real_type
D_2(real_type x, real_type y) const¶
-
Compute \( \displaystyle\frac{\partial}{\partial_y} \mathrm{hypot}(x,y) \).
-
inline real_type
D_1_2(real_type x, real_type y) const¶
-
Compute \( \displaystyle\frac{\partial}{\partial_x}\displaystyle\frac{\partial}{\partial_y} \mathrm{hypot}(x,y) \).
Info
-
inline string
info() const¶
-
inline explicit