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

◆ deep_copy()

template<typename MatrixType >
template<typename T >
void stan::math::arena_matrix< MatrixType, require_eigen_dense_base_t< MatrixType > >::deep_copy ( const T &  x)
inline

Forces hard copying matrices into an arena matrix.

Template Parameters
TAny type assignable to Base
Parameters
xthe values to write to this

Definition at line 132 of file arena_matrix.hpp.