![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
Template specialization for vectorized functions applying to double arguments. More...
#include <apply_scalar_unary.hpp>
Public Types | |
typedef double | return_t |
The return type, double. More... | |
Static Public Member Functions | |
static return_t | apply (double x) |
Apply the function specified by F to the specified argument. More... | |
Template specialization for vectorized functions applying to double arguments.
F | Type of function defining static apply function. |
Definition at line 73 of file apply_scalar_unary.hpp.
typedef double stan::math::apply_scalar_unary< F, double >::return_t |
The return type, double.
Definition at line 77 of file apply_scalar_unary.hpp.
|
inlinestatic |
Apply the function specified by F to the specified argument.
This is defined through a direct application of F::fun()
, which must be defined for double arguments.
x | Argument scalar. |
Definition at line 88 of file apply_scalar_unary.hpp.