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

◆ arena_matrix() [6/8]

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

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