SyTen
identity_iszero.h File Reference

isZero() implementation for identity dense tensors. More...

+ Include dependency graph for identity_iszero.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten 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...
 

Detailed Description

isZero() implementation for identity dense tensors.