isZero() implementation for generic dense tensors.
More...
#include "inc/dense/generic.h"#include "inc/dense/dense_convenience.h"#include "inc/dense/identity_iszero.h"#include "inc/dense/offset_iszero.h"#include "inc/dense/cuda_iszero.h"
Include dependency graph for generic_iszero.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::GenericDenseTensorImpl |
| Implementation for the generic dense tensor. | |
Functions | |
| template<Rank rank, typename Scalar > | |
| bool | syten::GenericDenseTensorImpl::isZero (GenericDenseTensor< rank, Scalar > const &a) |
Returns true if all elements of a are exactly zero. More... | |
isZero() implementation for generic dense tensors.