Struct kimchi::circuits::polynomial::WitnessEvals
source · pub struct WitnessEvals<F: FftField> {
pub w: [Evaluations<F, D<F>>; 15],
pub z: Evaluations<F, D<F>>,
}
Expand description
Evaluations of the wires and permutation
Fields§
§w: [Evaluations<F, D<F>>; 15]
wire evaluations
z: Evaluations<F, D<F>>
permutation evaluations
Trait Implementations§
source§impl<F: Clone + FftField> Clone for WitnessEvals<F>
impl<F: Clone + FftField> Clone for WitnessEvals<F>
source§fn clone(&self) -> WitnessEvals<F>
fn clone(&self) -> WitnessEvals<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<F> RefUnwindSafe for WitnessEvals<F>where F: RefUnwindSafe,
impl<F> Send for WitnessEvals<F>
impl<F> Sync for WitnessEvals<F>
impl<F> Unpin for WitnessEvals<F>where F: Unpin,
impl<F> UnwindSafe for WitnessEvals<F>where F: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more