3#ifndef pRC_CORE_VALUE_FUNCTIONS_IS_ZERO_H
4#define pRC_CORE_VALUE_FUNCTIONS_IS_ZERO_H
13 template<
class X,
class R = RemoveReference<X>, IsValue TT = Value<R>>
14 requires IsDefined<Zero<R>> && IsConstructible<Zero<R>> &&
15 IsInvocable<AbsoluteError, decltype(zero<R>()), X>
16 static inline constexpr auto isZero(X &&a,
Definition cholesky.hpp:10
static constexpr auto absoluteError(XA &&a, XB &&b)
Definition absolute_error.hpp:18
static constexpr auto isZero(T const a)
Definition is_zero.hpp:11
static constexpr auto zero()
Definition zero.hpp:12