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

◆ operator=() [1/2]

template<typename MatrixType >
template<typename ArenaMatrix , require_same_t< std::decay_t< ArenaMatrix >, arena_matrix< MatrixType > > * = nullptr>
arena_matrix & stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::operator= ( ArenaMatrix &&  other)
inline

Copy assignment operator.

Template Parameters
ArenaMatrixAn arena_matrix type
Parameters
othermatrix to copy from
Returns
*this

Definition at line 269 of file arena_matrix.hpp.