Struct flint_sys::mpoly::mpoly_gcd_info_struct
source · [−]#[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_charTrait Implementations
sourceimpl Clone for mpoly_gcd_info_struct
impl Clone for mpoly_gcd_info_struct
sourcefn clone(&self) -> mpoly_gcd_info_struct
fn clone(&self) -> mpoly_gcd_info_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for mpoly_gcd_info_struct
impl Debug for mpoly_gcd_info_struct
impl Copy for mpoly_gcd_info_struct
Auto Trait Implementations
impl RefUnwindSafe for mpoly_gcd_info_struct
impl !Send for mpoly_gcd_info_struct
impl !Sync for mpoly_gcd_info_struct
impl Unpin for mpoly_gcd_info_struct
impl UnwindSafe for mpoly_gcd_info_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more