SyTen
cuda_norm.h File Reference

norm and normSqd functions for CUDA dense tensors. More...

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

Namespaces

 syten
 Syten namespace.
 
 syten::CudaDenseTensorImpl
 Implementation namespace for CUDA dense tensors.
 

Functions

template<Rank rank, typename Scalar >
ScalarBase< Scalar >::type syten::CudaDenseTensorImpl::normSqd (CudaDenseTensor< rank, Scalar > const &a)
 Returns the squared norm of the input tensor. More...
 

Detailed Description

norm and normSqd functions for CUDA dense tensors.