Struct flint_sys::mpoly::mpoly_gcd_info_struct[][src]

#[repr(C)]
pub struct mpoly_gcd_info_struct {
Show 37 fields pub Amax_exp: *mut mp_limb_t, pub Amin_exp: *mut mp_limb_t, pub Astride: *mut mp_limb_t, pub Adeflate_deg: *mut mp_limb_signed_t, pub Alead_count: *mut mp_limb_signed_t, pub Atail_count: *mut mp_limb_signed_t, pub Bmax_exp: *mut mp_limb_t, pub Bmin_exp: *mut mp_limb_t, pub Bstride: *mut mp_limb_t, pub Bdeflate_deg: *mut mp_limb_signed_t, pub Blead_count: *mut mp_limb_signed_t, pub Btail_count: *mut mp_limb_signed_t, pub Gmin_exp: *mut mp_limb_t, pub Abarmin_exp: *mut mp_limb_t, pub Bbarmin_exp: *mut mp_limb_t, pub Gstride: *mut mp_limb_t, pub Gterm_count_est: *mut mp_limb_signed_t, pub Gdeflate_deg_bound: *mut mp_limb_signed_t, pub Gbits: mp_limb_t, pub Abarbits: mp_limb_t, pub Bbarbits: mp_limb_t, pub mvars: mp_limb_signed_t, pub Adeflate_tdeg: mp_limb_signed_t, pub Bdeflate_tdeg: mp_limb_signed_t, pub Adensity: f64, pub Bdensity: f64, pub hensel_time: f64, pub brown_time: f64, pub zippel_time: f64, pub zippel2_time: f64, pub hensel_perm: *mut mp_limb_signed_t, pub brown_perm: *mut mp_limb_signed_t, pub zippel_perm: *mut mp_limb_signed_t, pub zippel2_perm: *mut mp_limb_signed_t, pub can_use: c_uint, pub Gdeflate_deg_bounds_are_nice: c_int, pub data: *mut c_char,
}

Fields

Amax_exp: *mut mp_limb_tAmin_exp: *mut mp_limb_tAstride: *mut mp_limb_tAdeflate_deg: *mut mp_limb_signed_tAlead_count: *mut mp_limb_signed_tAtail_count: *mut mp_limb_signed_tBmax_exp: *mut mp_limb_tBmin_exp: *mut mp_limb_tBstride: *mut mp_limb_tBdeflate_deg: *mut mp_limb_signed_tBlead_count: *mut mp_limb_signed_tBtail_count: *mut mp_limb_signed_tGmin_exp: *mut mp_limb_tAbarmin_exp: *mut mp_limb_tBbarmin_exp: *mut mp_limb_tGstride: *mut mp_limb_tGterm_count_est: *mut mp_limb_signed_tGdeflate_deg_bound: *mut mp_limb_signed_tGbits: mp_limb_tAbarbits: mp_limb_tBbarbits: mp_limb_tmvars: mp_limb_signed_tAdeflate_tdeg: mp_limb_signed_tBdeflate_tdeg: mp_limb_signed_tAdensity: f64Bdensity: f64hensel_time: f64brown_time: f64zippel_time: f64zippel2_time: f64hensel_perm: *mut mp_limb_signed_tbrown_perm: *mut mp_limb_signed_tzippel_perm: *mut mp_limb_signed_tzippel2_perm: *mut mp_limb_signed_tcan_use: c_uintGdeflate_deg_bounds_are_nice: c_intdata: *mut c_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.