![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Calls given function with given arguments.
Constructs an expression from given arguments using given functor.
No holder
is necessary if the function is not returning Eigen expression.
F | type of the functor |
Args | types of the arguments |
func | the functor |
args | arguments for the functor |
holder
referencing expression constructed by given functorThis is similar to calling the functor with given arguments. Except that any rvalue argument will be moved to heap first. The arguments moved to heap are deleted once the expression is destructed.
F | type of the functor |
Args | types of the arguments |
func | the functor |
args | arguments for the functor |
holder
referencing expression constructed by given functor Definition at line 437 of file holder.hpp.