45 template <
typename AllEntities>
static bool skip(
const AllEntities& in)
47 return (in.ordered_range_constraints_0_shift - in.ordered_range_constraints_0).is_zero() &&
48 (in.ordered_range_constraints_1_shift - in.ordered_range_constraints_1).is_zero() &&
49 (in.ordered_range_constraints_2_shift - in.ordered_range_constraints_2).is_zero() &&
50 (in.ordered_range_constraints_3_shift - in.ordered_range_constraints_3).is_zero() &&
51 (in.ordered_range_constraints_4_shift - in.ordered_range_constraints_4).is_zero() &&
52 in.lagrange_real_last.is_zero();