pub fn compute_inverses_vec_and_one_minus_inverted_vec<F: Field>( claim_points: &[&[F]], ) -> (Vec<Vec<F>>, Vec<Vec<F>>)
Compute the inverses and one minus the elem inverted for a vec of claim challenges.