pub fn init_row<F: PrimeField, T, const W: usize>(
witness: &mut [Vec<F>; W],
offset: usize,
row: usize,
layout: &[Vec<Box<dyn WitnessCell<F, T, W>>>],
variables: &Variables<'_, T>
)
Expand description
Initialize a witness row based on layout and computed variables