vSMC  v3.0.0
Scalable Monte Carlo
Functions
Hyperbolic functions

Functions

template<typename T >
void vsmc::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 vsmc::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 vsmc::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 vsmc::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 vsmc::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 vsmc::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

template<typename T >
void vsmc::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 645 of file vmath.hpp.

template<typename T >
void vsmc::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 648 of file vmath.hpp.

template<typename T >
void vsmc::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 651 of file vmath.hpp.

template<typename T >
void vsmc::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 636 of file vmath.hpp.

template<typename T >
void vsmc::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 639 of file vmath.hpp.

template<typename T >
void vsmc::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 642 of file vmath.hpp.