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

◆ arena_matrix() [7/8]

template<typename MatrixType >
stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::arena_matrix ( arena_matrix< MatrixType > &&  other)
inline

Move constructor.

Note
Since the memory for the arena matrix sits in Stan's memory arena all copies/moves of arena matrices are shallow moves
Parameters
othermatrix to copy from

Definition at line 237 of file arena_matrix.hpp.