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

◆ inplace_ops_impl() [4/4]

template<typename MatrixType >
template<typename F , typename T , require_convertible_t< T &, Scalar > * = nullptr>
void stan::math::arena_matrix< MatrixType, require_eigen_sparse_base_t< MatrixType > >::inplace_ops_impl ( F &&  f,
T &&  other 
)
inlineprivate

inplace operations functor for Sparse (.

*)= Scalar.

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
TA scalar type
Parameters
fFunctor that performs the inplace operation
otherThe right hand side of the inplace operation

Definition at line 376 of file arena_matrix.hpp.