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

◆ serialize()

template<typename U , typename... Ts>
std::vector< U > stan::math::serialize ( const Ts...  xs)

Serialize the specified sequence of objects, which all must have scalar types assignable to the result scalar type.

Template Parameters
Utype of scalar in result vector
Tsargument types
Parameters
xsarguments
Returns
serialized form of arguments

Definition at line 312 of file serializer.hpp.