Type Alias n_fq_poly_struct

Source
pub type n_fq_poly_struct = n_poly_struct;

Aliased Type§

struct n_fq_poly_struct {
    pub coeffs: *mut u64,
    pub alloc: i64,
    pub length: i64,
}

Fields§

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