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

◆ inplace_ops_impl() [3/4]

template<typename MatrixType >
template<typename F , typename Expr , require_not_convertible_t< Expr &, MatrixType > * = nullptr, require_eigen_dense_base_t< Expr > * = nullptr>
void stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::inplace_ops_impl ( F &&  f,
Expr &&  other 
)
inlineprivate

inplace operations functor for Sparse (.

*)= Dense.

Note
This assumes the user intends to perform the inplace operation for the nonzero parts of this
Template Parameters
FA type with a valid operator()(Scalar& x, const Scalar& y) method
ExprType derived from Eigen::DenseBase
Parameters
fFunctor that performs the inplace operation
otherThe right hand side of the inplace operation

Definition at line 354 of file arena_matrix.hpp.