isZero() implementation for identity dense tensors.
More...
#include "inc/dense/identity.h"
Include dependency graph for identity_iszero.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::IdentityDenseTensorImpl |
| Implementation for identity dense tensors. | |
Functions | |
| template<Rank rank, typename Scalar > | |
| bool | syten::IdentityDenseTensorImpl::isZero (IdentityDenseTensor< rank, Scalar > const &) |
| Identity tensors are never zero, hence this function always returns false. More... | |
isZero() implementation for identity dense tensors.