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

◆ pow() [15/31]

template<typename T_a , typename T_b , require_all_prim_or_rev_kernel_expression_t< T_a, T_b > * = nullptr, require_any_var_t< T_a, T_b > * = nullptr, require_any_not_stan_scalar_t< T_a, T_b > * = nullptr>
var_value< matrix_cl< double > > stan::math::pow ( T_a &&  a,
T_b &&  b 
)
inline

Return the first argument raised to the power of the second argument.

Template Parameters
T_atype of first expression of the base
T_btype of second expression of the exponent
Parameters
afirst expression of base
bsecond expression of exponent
Returns
base raised to the power of the exponent

Definition at line 33 of file pow.hpp.