Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
stan::math::inv_sqrt_fun Struct Reference

Detailed Description

Structure to wrap 1 / sqrt(x) so that it can be vectorized.

Template Parameters
Ttype of variable
Parameters
xvariable
Returns
inverse square root of x.

Definition at line 32 of file inv_sqrt.hpp.

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