Implementation for normSqd() for identity tensors.
More...
#include "inc/dense/identity.h"
Include dependency graph for identity_norm.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 > | |
| ScalarBase< Scalar >::type | syten::IdentityDenseTensorImpl::normSqd (IdentityDenseTensor< rank, Scalar > const &a) |
Returns the squared norm of the input tensor a. More... | |
Implementation for normSqd() for identity tensors.