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

◆ arena_matrix() [8/8]

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

Copy constructor.

No actual copy is performed

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 249 of file arena_matrix.hpp.