![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Template specialization for vectorized functions applying to double arguments.
| F | Type of function defining static apply function. |
Definition at line 89 of file apply_scalar_unary.hpp.
#include <apply_scalar_unary.hpp>
Public Types | |
| using | return_t = std::decay_t< decltype(F::fun(std::declval< std::decay_t< T > >()))> |
| The return type, double. | |
Static Public Member Functions | |
| template<typename T2 > | |
| static auto | apply (T2 x) |
| Apply the function specified by F to the specified argument. | |