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

◆ arena_matrix() [5/8]

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

Constructs arena_matrix from an expression.

This makes an assumption that any other Eigen::Map also contains memory allocated in the arena.

Parameters
otherexpression

Definition at line 216 of file arena_matrix.hpp.