3#ifndef pRC_CORE_VALUE_FUNCTIONS_IS_APPROX_H
4#define pRC_CORE_VALUE_FUNCTIONS_IS_APPROX_H
12 template<
class XE,
class XA, IsValue TT = Value<RemoveReference<XE>>>
13 requires IsInvocable<RelativeError, XE, XA>
14 static inline constexpr auto isApprox(XE &&expected, XA &&approx,
Definition cholesky.hpp:10
static constexpr auto relativeError(XE &&expected, XA &&approx)
Definition relative_error.hpp:19
static constexpr auto isApprox(XE &&expected, XA &&approx, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_approx.hpp:14