3#ifndef pRC_CORE_VALUE_FUNCTIONS_ABSOLUTE_ERROR_H
4#define pRC_CORE_VALUE_FUNCTIONS_ABSOLUTE_ERROR_H
15 template<
class XA,
class XB>
16 requires IsInvocable<Sub, XA, XB> &&
17 IsInvocable<Norm<>, ResultOf<Sub, XA, XB>>
20 auto const err = [&a, &b]()
Definition cholesky.hpp:10
static constexpr auto absoluteError(XA &&a, XB &&b)
Definition absolute_error.hpp:18
typename ValueType< T >::Type Value
Definition value.hpp:72
static constexpr auto delta(TA const &a, TB const &b)
Definition delta.hpp:11
static constexpr auto norm(T const &a)
Definition norm.hpp:12