3#ifndef pRC_CORE_VALUE_FUNCTIONS_NORM_H
4#define pRC_CORE_VALUE_FUNCTIONS_NORM_H
12 template<Index P, Index Q, IsValue T>
13 requires(P == 2 && Q == 1)
14 static inline constexpr auto norm(
T const &a)
19 template<Index P = 2, Index Q = P, IsValue T>
21 static inline constexpr auto norm(
T const &a)
Definition cholesky.hpp:10
static constexpr auto abs(T const &a)
Definition abs.hpp:11
static constexpr auto square(T const &a)
Definition square.hpp:11
static constexpr auto norm(T const &a)
Definition norm.hpp:12