Function gsl_sys::gsl_ran_wishart[][src]

pub unsafe extern "C" fn gsl_ran_wishart(
    r: *const gsl_rng,
    df: f64,
    L: *const gsl_matrix,
    result: *mut gsl_matrix,
    work: *mut gsl_matrix
) -> c_int
This is supported on crate feature v2_5 only.