Stan Math Library  2.15.0
reverse mode automatic differentiation
Static Public Member Functions | List of all members
stan::math::asinh_fun Struct Reference

Structure to wrap asinh() so it can be vectorized. More...

#include <asinh.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 

Detailed Description

Structure to wrap asinh() so it can be vectorized.

Template Parameters
Targument scalar type
Parameters
xargument
Returns
inverse hyperbolic sine of argument in radians.

Definition at line 17 of file asinh.hpp.

Member Function Documentation

§ fun()

template<typename T >
static T stan::math::asinh_fun::fun ( const T &  x)
inlinestatic

Definition at line 19 of file asinh.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.