![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Specialization for use with var_value<T> types where T inherits from EigenBase.
Inputs are passed through unmodified.
Definition at line 16 of file apply_vector_unary.hpp.
#include <apply_vector_unary.hpp>
Static Public Member Functions | |
| template<typename T2 , typename F > | |
| static auto | apply (T2 &&x, F &&f) |
Member function for applying a functor to a var_value<T> and subsequently returning a var_value<T>. | |
| template<typename T2 , typename F > | |
| static auto | apply_no_holder (T2 &&x, F &&f) |
Member function for applying a functor to a var_value<T> and subsequently returning a var_value<T>. | |
| template<typename T2 , typename F > | |
| static auto | reduce (T2 &x, F &&f) |
Member function for applying a functor to a var_value<T> and subsequently returning a var. | |