new_with_values

Function new_with_values 

Source
pub fn new_with_values<F: Field, S, T: Clone>(
    post_sumcheck_layer: &PostSumcheckLayer<F, S>,
    values: &[T],
) -> PostSumcheckLayer<F, T>
Expand description

Set the values of the PostSumcheckLayer to the given values, panicking if the lengths do not match, returning a new instance. Counterpart to PostSumcheckLayer::get_values.