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

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

#include <log_inv_logit.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 Return the natural logarithm of the inverse logit of the specified argument. More...
 

Detailed Description

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

Definition at line 13 of file log_inv_logit.hpp.

Member Function Documentation

§ fun()

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

Return the natural logarithm of the inverse logit of the specified argument.

Template Parameters
Targument scalar type
Parameters
xargument
Returns
natural log of inverse logit of argument

Definition at line 23 of file log_inv_logit.hpp.


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

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