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

◆ divide() [1/8]

template<typename T_a , typename = require_all_kernel_expressions_and_none_scalar_t<T_a>>
auto stan::math::divide ( T_a &&  a,
double  d 
)
inline

Returns the elementwise division of the kernel generator expression.

Template Parameters
T_atype of input kernel generator expression a
Parameters
aexpression to divide
dscalar to divide by
Returns
the elements of expression a divided by d

Definition at line 20 of file divide.hpp.