Struct flint_sys::fq::fq_ctx_struct
source · #[repr(C)]pub struct fq_ctx_struct {
pub ctxp: fmpz_mod_ctx_t,
pub sparse_modulus: c_int,
pub is_conway: c_int,
pub a: *mut fmpz,
pub j: *mut mp_limb_signed_t,
pub len: mp_limb_signed_t,
pub modulus: fmpz_mod_poly_t,
pub inv: fmpz_mod_poly_t,
pub var: *mut c_char,
}Fields§
§ctxp: fmpz_mod_ctx_t§sparse_modulus: c_int§is_conway: c_int§a: *mut fmpz§j: *mut mp_limb_signed_t§len: mp_limb_signed_t§modulus: fmpz_mod_poly_t§inv: fmpz_mod_poly_t§var: *mut c_charTrait Implementations§
source§impl Clone for fq_ctx_struct
impl Clone for fq_ctx_struct
source§fn clone(&self) -> fq_ctx_struct
fn clone(&self) -> fq_ctx_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more