Type Alias fq_struct

Source
pub type fq_struct = fmpz_poly_struct;

Aliased Type§

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

Fields§

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