IT++ Logo Newcom Logo

Hyperbolic Functions


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.

Function Documentation

vec sinh const vec &  x  )  [inline]
 

Sine hyperbolic function.

Definition at line 192 of file elmatfunc.h.

References itpp::vec_function().

mat sinh const mat &  x  )  [inline]
 

Sine hyperbolic function.

Definition at line 194 of file elmatfunc.h.

References itpp::mat_function().

vec cosh const vec &  x  )  [inline]
 

Cosine hyperbolic function.

Definition at line 196 of file elmatfunc.h.

References itpp::vec_function().

mat cosh const mat &  x  )  [inline]
 

Cosine hyperbolic function.

Definition at line 198 of file elmatfunc.h.

References itpp::mat_function().

vec tanh const vec &  x  )  [inline]
 

Tan hyperbolic function.

Definition at line 200 of file elmatfunc.h.

References itpp::vec_function().

mat tanh const mat &  x  )  [inline]
 

Tan hyperbolic function.

Definition at line 202 of file elmatfunc.h.

References itpp::mat_function().

vec asinh const vec &  x  )  [inline]
 

Inverse sine hyperbolic function.

Definition at line 204 of file elmatfunc.h.

References itpp::vec_function().

mat asinh const mat &  x  )  [inline]
 

Inverse sine hyperbolic function.

Definition at line 206 of file elmatfunc.h.

References itpp::mat_function().

vec acosh const vec &  x  )  [inline]
 

Inverse cosine hyperbolic function.

Definition at line 208 of file elmatfunc.h.

References itpp::vec_function().

mat acosh const mat &  x  )  [inline]
 

Inverse cosine hyperbolic function.

Definition at line 210 of file elmatfunc.h.

References itpp::mat_function().

vec atanh const vec &  x  )  [inline]
 

Inverse tan hyperbolic function.

Definition at line 212 of file elmatfunc.h.

References itpp::vec_function().

mat atanh const mat &  x  )  [inline]
 

Inverse tan hyperbolic function.

Definition at line 214 of file elmatfunc.h.

References itpp::mat_function().

SourceForge Logo

Generated on Fri Jan 11 08:51:41 2008 for IT++ by Doxygen 1.3.9.1