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

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

#include <tanh.hpp>

Static Public Member Functions

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

Detailed Description

Structure to wrap tanh() so that it can be vectorized.

Parameters
xAngle in radians.
Template Parameters
TVariable type.
Returns
Hyperbolic tangent of x.

Definition at line 16 of file tanh.hpp.

Member Function Documentation

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

Definition at line 18 of file tanh.hpp.


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

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