Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::log1p_exp_fun Struct Reference

Detailed Description

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

Template Parameters
Ttype of variable
Parameters
xvariable
Returns
Natural log of (1 + exp(x)).

Definition at line 61 of file log1p_exp.hpp.

#include <log1p_exp.hpp>

Static Public Member Functions

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

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