3#ifndef pRC_CORE_VALUE_FUNCTIONS_EQUAL_H
4#define pRC_CORE_VALUE_FUNCTIONS_EQUAL_H
11 template<
class TA,
class TB, If<IsValue<TA>> = 0, If<IsValue<TB>> = 0,
12 If<Any<IsFloat<TA>, IsFloat<TB>>> = 0>
18 template<
class TA,
class TB, If<IsInteger<TA>> = 0, If<IsInteger<TB>> = 0>
21 if constexpr(
typename TA::Signed() ==
typename TB::Signed())
27 if constexpr(
typename TA::Signed() ==
true)
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto zero()
Definition zero.hpp:12
static constexpr auto operator==(JacobiRotation< TA > const &a, JacobiRotation< TB > const &b)
Definition jacobi_rotation.hpp:297