Type Alias fq_nmod_struct

Source
pub type fq_nmod_struct = nmod_poly_struct;

Aliased Type§

struct fq_nmod_struct {
    pub coeffs: *mut u64,
    pub alloc: i64,
    pub length: i64,
    pub mod_: nmod_t,
}

Fields§

§coeffs: *mut u64§alloc: i64§length: i64§mod_: nmod_t