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

◆ apply()

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

Return the result of applying the function defined by the template parameter F to the specified matrix argument.

Parameters
xMatrix to which operation is applied.
Returns
Componentwise application of the function specified by F to the specified matrix.

Definition at line 61 of file apply_scalar_unary.hpp.