normSqd implementation for generic dense tensors.
More...
#include "inc/dense/generic.h"#include "inc/dense/dense_convenience.h"#include "inc/dense/identity_norm.h"#include "inc/dense/offset_norm.h"#include "inc/dense/cuda_norm.h"
Include dependency graph for generic_norm.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 > | |
| ScalarBase< Scalar >::type | syten::GenericDenseTensorImpl::normSqd (GenericDenseTensor< rank, Scalar > const &a) |
Returns the squared norm of the generic dense tensor a. More... | |
normSqd implementation for generic dense tensors.