Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ inv_square()

double stan::math::opencl_kernels::inv_square ( double  x)

Calculates 1 / (x*x)

inv_square(x) = 1 / (x*x)

Parameters
[in]xinput
Returns
inverse square of the input

Definition at line 28 of file inv_square.hpp.