|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/complex/complex.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Index P, Index Q = P, IsComplex T> requires (P == 1 && Q == 1) | |
| static constexpr auto | pRC::norm (T const &a) |
| template<Index P, Index Q, IsComplex T> requires (P == 2 && Q == 1) | |
| static constexpr auto | pRC::norm (T const &a) |
| template<Index P = 2, Index Q = P, IsComplex T> requires (P == 2 && Q == 2) | |
| static constexpr auto | pRC::norm (T const &a) |