[][src]Struct sobol::params::JoeKuoD6

pub struct JoeKuoD6 {
    pub dim_params: Vec<JoeKuoD6Dim>,
    pub max_dims: usize,
}

Fields

dim_params: Vec<JoeKuoD6Dim>max_dims: usize

Methods

impl JoeKuoD6[src]

pub fn load() -> Self[src]

Load default parameter values supporting up to 1000 dimensions

pub fn load_minimal() -> Self[src]

Load minimal parameter values supporting up to 100 dimensions

pub fn load_extended() -> Self[src]

Load parameter values supporting up to 21,201 dimensions

Trait Implementations

impl SobolParams<u32> for JoeKuoD6[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> LossyFrom<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.