pub struct AntitheticVariates {
pub n_pairs: usize,
}Expand description
Configuration for antithetic variates estimator.
Fields§
§n_pairs: usizeNumber of antithetic pairs to generate.
Implementations§
Trait Implementations§
Source§impl Clone for AntitheticVariates
impl Clone for AntitheticVariates
Source§fn clone(&self) -> AntitheticVariates
fn clone(&self) -> AntitheticVariates
Returns a duplicate 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 moreSource§impl Debug for AntitheticVariates
impl Debug for AntitheticVariates
Auto Trait Implementations§
impl Freeze for AntitheticVariates
impl RefUnwindSafe for AntitheticVariates
impl Send for AntitheticVariates
impl Sync for AntitheticVariates
impl Unpin for AntitheticVariates
impl UnwindSafe for AntitheticVariates
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