pub fn ring_switch_eq_ind_partial_eval<FS, F, P, Backend>(
    eval_point: &[F],
    mixing_challenges: &[F],
    backend: Backend
) -> Result<Backend::Vec<P>, Error>
where FS: Field, F: ExtensionField<FS> + PackedField<Scalar = F> + PackedExtension<FS>, P: PackedFieldIndexable<Scalar = F>, Backend: ComputationBackend,
Expand description

The evaluations of the partially evaluated ring-switch eq indicator over the boolean hypercube.

See DP24 Section 4.