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

◆ operator=() [2/2]

template<typename MatrixType >
template<typename Expr , require_not_same_t< Expr, arena_matrix< MatrixType > > * = nullptr>
arena_matrix & stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::operator= ( Expr &&  expr)
inline

Assignment operator for assigning an expression.

Template Parameters
ExprAn expression that an arena_matrix<MatrixType> can be constructed from
Parameters
exprexpression to evaluate into this
Returns
*this

Definition at line 288 of file arena_matrix.hpp.