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

◆ arena_matrix() [4/8]

template<typename MatrixType >
template<typename S , require_convertible_t< S &, PlainObject > * = nullptr, require_not_same_t< S, PlainObject > * = nullptr>
stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::arena_matrix ( S &&  other)
inline

Constructs arena_matrix from an Eigen expression.

Parameters
otherAn expression

Definition at line 208 of file arena_matrix.hpp.