[][src]Trait sobol::ParamDimension

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

Primitive polynomial parameters and initial direction values for a single dimension

Required methods

pub fn d(&self) -> u16[src]

The one-based index of this dimension

pub fn s(&self) -> usize[src]

The degree of the primitive polynomial

pub fn coefficient(&self, i: usize) -> P[src]

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

pub fn m(&self, i: usize) -> P[src]

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...