SyTen

◆ operator*=()

template<Rank rank, typename Scalar , typename ScalarF >
CudaDenseTensor<rank, Scalar>& syten::CudaDenseTensorImpl::operator*= ( CudaDenseTensor< rank, Scalar > &  a,
ScalarF const &  b 
)
inline

Scales every element of the CUDA dense tensor a by the scalar factor b.

References syten::CudaDenseTensorImpl::CudaDenseTensor< rank, Scalar >::get_data(), and syten::scale().

+ Here is the call graph for this function: