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

◆ apply()

template<typename F , typename T >
static return_t stan::math::apply_scalar_unary< F, T, require_var_matrix_t< T > >::apply ( const T &  x)
inlinestatic

Apply the function specified by F to the specified argument.

Parameters
xArgument variable.
Returns
Function applied to the variable.

Definition at line 47 of file apply_scalar_unary.hpp.