IT++ 4.3.1
|
Functions | |
vec | itpp::sinh (const vec &x) |
Sine hyperbolic function. | |
mat | itpp::sinh (const mat &x) |
Sine hyperbolic function. | |
vec | itpp::cosh (const vec &x) |
Cosine hyperbolic function. | |
mat | itpp::cosh (const mat &x) |
Cosine hyperbolic function. | |
vec | itpp::tanh (const vec &x) |
Tan hyperbolic function. | |
mat | itpp::tanh (const mat &x) |
Tan hyperbolic function. | |
vec | itpp::asinh (const vec &x) |
Inverse sine hyperbolic function. | |
mat | itpp::asinh (const mat &x) |
Inverse sine hyperbolic function. | |
vec | itpp::acosh (const vec &x) |
Inverse cosine hyperbolic function. | |
mat | itpp::acosh (const mat &x) |
Inverse cosine hyperbolic function. | |
vec | itpp::atanh (const vec &x) |
Inverse tan hyperbolic function. | |
mat | itpp::atanh (const mat &x) |
Inverse tan hyperbolic function. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Tan hyperbolic function.
Definition at line 97 of file trig_hyp.h.
References apply_function().
Referenced by fpica().
|
inline |
ITPP_EXPORT vec itpp::asinh | ( | const vec & | x | ) |
Inverse sine hyperbolic function.
Definition at line 36 of file trig_hyp.cpp.
References apply_function(), and asinh().
ITPP_EXPORT mat itpp::asinh | ( | const mat & | x | ) |
Inverse sine hyperbolic function.
Definition at line 38 of file trig_hyp.cpp.
References apply_function(), and asinh().
ITPP_EXPORT vec itpp::acosh | ( | const vec & | x | ) |
Inverse cosine hyperbolic function.
Definition at line 40 of file trig_hyp.cpp.
References acosh(), and apply_function().
ITPP_EXPORT mat itpp::acosh | ( | const mat & | x | ) |
Inverse cosine hyperbolic function.
Definition at line 42 of file trig_hyp.cpp.
References acosh(), and apply_function().
ITPP_EXPORT vec itpp::atanh | ( | const vec & | x | ) |
Inverse tan hyperbolic function.
Definition at line 44 of file trig_hyp.cpp.
References apply_function(), and atanh().
ITPP_EXPORT mat itpp::atanh | ( | const mat & | x | ) |
Inverse tan hyperbolic function.
Definition at line 46 of file trig_hyp.cpp.
References apply_function(), and atanh().