isZero()
implementation for identity dense tensors.
More...
#include "inc/dense/identity.h"
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.