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

◆ operator=() [1/3]

template<typename MatrixType >
template<typename T , require_eigen_t< T > * = nullptr>
arena_matrix & stan::math::arena_matrix< MatrixType, require_eigen_dense_base_t< MatrixType > >::operator= ( const T &  other)
inline

Overwrite the current arena_matrix with new memory and assign a matrix to it.

Template Parameters
TAn eigen type inheriting from Eigen::EigenBase
Parameters
otherA matrix that will be copied over to the arena allocator

Definition at line 87 of file arena_matrix.hpp.