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

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

#include <exp.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 Return the exponential of the specified scalar argument. More...
 

Detailed Description

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

Definition at line 15 of file exp.hpp.

Member Function Documentation

§ fun()

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

Return the exponential of the specified scalar argument.

Template Parameters
TScalar argument type.
Parameters
[in]xArgument.
Returns
Exponential of argument.

Definition at line 24 of file exp.hpp.


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

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