Struct flint_sys::fq_nmod::fq_nmod_ctx_struct
source · #[repr(C)]pub struct fq_nmod_ctx_struct {
pub p: fmpz,
pub mod_: nmod_t,
pub sparse_modulus: c_int,
pub is_conway: c_int,
pub a: *mut mp_limb_t,
pub j: *mut mp_limb_signed_t,
pub len: mp_limb_signed_t,
pub modulus: nmod_poly_t,
pub inv: nmod_poly_t,
pub var: *mut c_char,
}Fields§
§p: fmpz§mod_: nmod_t§sparse_modulus: c_int§is_conway: c_int§a: *mut mp_limb_t§j: *mut mp_limb_signed_t§len: mp_limb_signed_t§modulus: nmod_poly_t§inv: nmod_poly_t§var: *mut c_charTrait Implementations§
source§impl Clone for fq_nmod_ctx_struct
impl Clone for fq_nmod_ctx_struct
source§fn clone(&self) -> fq_nmod_ctx_struct
fn clone(&self) -> fq_nmod_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