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

Detailed Description

Structure to wrap 1.0 / x so that it can be vectorized.

Template Parameters
Ttype of variable
Parameters
xvariable
Returns
1 / x.

Definition at line 19 of file inv.hpp.

#include <inv.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: