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

◆ write() [4/4]

template<typename T >
template<typename U , require_eigen_t< U > * = nullptr>
void stan::math::serializer< T >::write ( const U &  x)
inline

Serialize the specified Eigen container.

Template Parameters
Utype of scalars; must be assignable to T
Rrow specification of Eigen container
Ccolumn specification of Eigen container
Parameters
xEigen container to serialize.

Definition at line 241 of file serializer.hpp.