Struct arb_sys::hypgeom::hypgeom_struct [−][src]
#[repr(C)]pub struct hypgeom_struct {
pub A: fmpz_poly_t,
pub B: fmpz_poly_t,
pub P: fmpz_poly_t,
pub Q: fmpz_poly_t,
pub have_precomputed: c_int,
pub r: mp_limb_signed_t,
pub boundC: mp_limb_signed_t,
pub boundD: mp_limb_signed_t,
pub boundK: mp_limb_signed_t,
pub MK: mag_t,
}Fields
A: fmpz_poly_tB: fmpz_poly_tP: fmpz_poly_tQ: fmpz_poly_thave_precomputed: c_intr: mp_limb_signed_tboundC: mp_limb_signed_tboundD: mp_limb_signed_tboundK: mp_limb_signed_tMK: mag_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for hypgeom_struct
impl !Send for hypgeom_struct
impl !Sync for hypgeom_struct
impl Unpin for hypgeom_struct
impl UnwindSafe for hypgeom_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
