Skip to main content

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 i64, pub alloc: i64, pub length: i64, }

Fields§

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