MCKL
Monte Carlo Kernel Library
Functions
Hyperbolic functions

Functions

template<typename T >
void mckl::acosh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\cosh(a_i)\). More...
 
template<typename T >
void mckl::asinh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\sinh(a_i)\). More...
 
template<typename T >
void mckl::atanh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\tanh(a_i)\). More...
 
template<typename T >
void mckl::cosh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \cosh(a_i)\). More...
 
template<typename T >
void mckl::sinh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \sinh(a_i)\). More...
 
template<typename T >
void mckl::tanh (std::size_t n, const T *a, T *y)
 For \(i=1,\ldots,n\), compute \(y_i = \tanh(a_i)\). More...
 

Detailed Description

Function Documentation

◆ acosh()

template<typename T >
void mckl::acosh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\cosh(a_i)\).

Definition at line 1325 of file vmf.hpp.

◆ asinh()

template<typename T >
void mckl::asinh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\sinh(a_i)\).

Definition at line 1328 of file vmf.hpp.

◆ atanh()

template<typename T >
void mckl::atanh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \mathrm{arc}\tanh(a_i)\).

Definition at line 1331 of file vmf.hpp.

◆ cosh()

template<typename T >
void mckl::cosh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \cosh(a_i)\).

Definition at line 1316 of file vmf.hpp.

◆ sinh()

template<typename T >
void mckl::sinh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \sinh(a_i)\).

Definition at line 1319 of file vmf.hpp.

◆ tanh()

template<typename T >
void mckl::tanh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

For \(i=1,\ldots,n\), compute \(y_i = \tanh(a_i)\).

Definition at line 1322 of file vmf.hpp.