|
inline |
Validates a pair of product specifiers.
Given two input arrays c_a
and c_b
, it checks that they define a valid product, i.e. no elements are too large or too small etc.
References syten::hasMember(), and std::vector< T >::push_back().
Referenced by syten::TensorProd::prod_impl(), syten::CudaDenseTensorImpl::prodD(), and syten::prodD().