fq_struct

Type Alias fq_struct 

Source
pub type fq_struct = fmpz_poly_struct;

Aliased Type§

#[repr(C)]
pub struct fq_struct { pub coeffs: *mut fmpz, pub alloc: i64, pub length: i64, }

Fields§

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