addScaled
implementations involving offset dense tensors.
More...
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::OffsetDenseTensorImpl |
Implementation for offset dense tensors. | |
Functions | |
template<Rank rank, typename Scalar > | |
void | syten::OffsetDenseTensorImpl::addScaled (DenseTensor< rank, Scalar > &a, OffsetDenseTensor< rank, Scalar > const &b, typename IdentityType< Scalar >::type const factor, EliminateZeros const ezeros) |
\( a_i = a_i + f b_i \) with a a standard dense tensor and b an offset dense tensor. More... | |
addScaled
implementations involving offset dense tensors.