3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_ZERO_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_ZERO_H
10 template<IsIntegral T>
11 static inline constexpr auto isZero(
T const a)
16 template<IsIntegral T, T V>
Definition cholesky.hpp:10
std::integral_constant< T, V > Constant
Definition basics.hpp:38
static constexpr auto isZero(T const a)
Definition is_zero.hpp:11
static constexpr auto zero()
Definition zero.hpp:12