|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/value/functions/abs.hpp>#include <prc/core/value/functions/square.hpp>#include <prc/core/value/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Index P = 2, Index Q = P, class T , If< IsValue< T > > = 0> | |
| static constexpr auto | pRC::norm (T const &a) |
| Calculates p-norms of a pRC value. | |