3#ifndef pRC_CORE_VALUE_FUNCTIONS_EQUAL_H
4#define pRC_CORE_VALUE_FUNCTIONS_EQUAL_H
20 template<
class TA,
class TB, If<IsValue<TA>> = 0, If<IsValue<TB>> = 0,
21 If<Any<IsFloat<TA>, IsFloat<TB>>> = 0>
36 template<
class TA,
class TB, If<IsInteger<TA>> = 0, If<IsInteger<TB>> = 0>
39 if constexpr(
typename TA::Signed() ==
typename TB::Signed())
45 if constexpr(
typename TA::Signed() ==
true)
Definition cholesky.hpp:18
static constexpr auto zero()
Definition zero.hpp:12
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto operator==(JacobiRotation< TA > const &a, JacobiRotation< TB > const &b)
Definition jacobi_rotation.hpp:297