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.

Detailed Description


Function Documentation

vec itpp::sinh ( const vec x  )  [inline]

Sine hyperbolic function.

Definition at line 192 of file elmatfunc.h.

References itpp::sinh(), and itpp::vec_function().

mat itpp::sinh ( const mat x  )  [inline]

Sine hyperbolic function.

Definition at line 194 of file elmatfunc.h.

References itpp::mat_function().

Referenced by itpp::sinh().

vec itpp::cosh ( const vec x  )  [inline]

Cosine hyperbolic function.

Definition at line 196 of file elmatfunc.h.

References itpp::cosh(), and itpp::vec_function().

mat itpp::cosh ( const mat x  )  [inline]

Cosine hyperbolic function.

Definition at line 198 of file elmatfunc.h.

References itpp::mat_function().

Referenced by itpp::cosh().

vec itpp::tanh ( const vec x  )  [inline]

Tan hyperbolic function.

Definition at line 200 of file elmatfunc.h.

References itpp::tanh(), and itpp::vec_function().

Referenced by fpica().

mat itpp::tanh ( const mat x  )  [inline]

Tan hyperbolic function.

Definition at line 202 of file elmatfunc.h.

References itpp::mat_function().

Referenced by itpp::tanh().

vec itpp::asinh ( const vec x  )  [inline]

Inverse sine hyperbolic function.

Definition at line 204 of file elmatfunc.h.

References itpp::vec_function().

Referenced by itpp::asinh().

mat itpp::asinh ( const mat x  )  [inline]

Inverse sine hyperbolic function.

Definition at line 206 of file elmatfunc.h.

References itpp::asinh(), and itpp::mat_function().

vec itpp::acosh ( const vec x  )  [inline]

Inverse cosine hyperbolic function.

Definition at line 208 of file elmatfunc.h.

References itpp::vec_function().

Referenced by itpp::acosh().

mat itpp::acosh ( const mat x  )  [inline]

Inverse cosine hyperbolic function.

Definition at line 210 of file elmatfunc.h.

References itpp::acosh(), and itpp::mat_function().

vec itpp::atanh ( const vec x  )  [inline]

Inverse tan hyperbolic function.

Definition at line 212 of file elmatfunc.h.

References itpp::vec_function().

Referenced by itpp::atanh().

mat itpp::atanh ( const mat x  )  [inline]

Inverse tan hyperbolic function.

Definition at line 214 of file elmatfunc.h.

References itpp::atanh(), and itpp::mat_function().

SourceForge Logo

Generated on Sat Aug 25 23:40:59 2007 for IT++ by Doxygen 1.5.2