[][src]Trait sobol::ParamDimension

pub trait ParamDimension<P> {
    fn d(&self) -> u16;
fn s(&self) -> usize;
fn coefficient(&self, i: usize) -> P;
fn m(&self, i: usize) -> P; }

Primitive polynomial parameters and initial direction values for a single dimension

Required methods

fn d(&self) -> u16

The one-based index of this dimension

fn s(&self) -> usize

The degree of the primitive polynomial

fn coefficient(&self, i: usize) -> P

The binary coefficient for bit i, the zero-based index from the right

fn m(&self, i: usize) -> P

The initial direction value for bit i, the zero-based index from the right

Loading content...

Implementors

impl ParamDimension<u32> for JoeKuoD6Dim[src]

Loading content...