Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ operator=() [2/3]

template<typename MatrixType >
template<typename T , require_eigen_t< T > * = nullptr, require_not_arena_matrix_t< T > * = nullptr, require_t< std::is_rvalue_reference< T && > > * = nullptr, require_plain_type_t< T > * = nullptr, require_same_t< T, MatrixType > * = nullptr>
arena_matrix & stan::math::arena_matrix< MatrixType, require_eigen_dense_base_t< MatrixType > >::operator= ( T &&  other)
inline

Assignment operator for assigning an expression.

This is for rvalue plain type objects that can be moved over to the object stack instead of allocating new memory.

Parameters
otherexpression to evaluate into this
Returns
*this

Definition at line 131 of file arena_matrix.hpp.