vSMC
vSMC: Scalable Monte Carlo
Functions
Hyperbolic functions

Functions

template<typename T >
void vsmc::math::vAcosh (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::math::vAsinh (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::math::vAtanh (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::math::vCosh (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::math::vSinh (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::math::vTanh (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::math::vAcosh ( 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 467 of file vmath.hpp.

template<typename T >
void vsmc::math::vAsinh ( 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 470 of file vmath.hpp.

template<typename T >
void vsmc::math::vAtanh ( 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 473 of file vmath.hpp.

template<typename T >
void vsmc::math::vCosh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

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

Definition at line 458 of file vmath.hpp.

template<typename T >
void vsmc::math::vSinh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

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

Definition at line 461 of file vmath.hpp.

template<typename T >
void vsmc::math::vTanh ( std::size_t  n,
const T *  a,
T *  y 
)
inline

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

Definition at line 464 of file vmath.hpp.