SyTen

◆ operator+=() [2/3]

template<Rank rank>
Tensor<rank>& syten::operator+= ( Tensor< rank > &  a,
Tensor< rank > &&  b 
)
inline

\( a_{i\ldots} = a_{i\ldots} + b_{i\ldots} \)

References syten::Tensor< rank >::dirs, if_constexpr, std::move(), syten::Tensor< rank >::push_back(), rank(), syten::Tensor< rank >::reduce(), syten::Tensor< rank >::reserve(), syten::Tensor< rank >::size(), and SYTEN_ASSERT.

+ Here is the call graph for this function: