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

◆ serialize_args()

template<typename... Ts>
Eigen::VectorXd stan::math::serialize_args ( const Ts...  xs)

Serialize the specified sequence of structured objects with double-based scalars into an Eigen vector of double values.

Template Parameters
Tstypes of argument sequence
Parameters
xsarguments to serialize
Returns
serialized form of arguments

Definition at line 339 of file serializer.hpp.