gsl_sys

Type Alias gsl_permutation

Source
pub type gsl_permutation = gsl_permutation_struct;

Aliased Type§

struct gsl_permutation {
    pub size: usize,
    pub data: *mut usize,
}

Fields§

§size: usize§data: *mut usize