Type Alias nmod_mpoly_geobucket_struct

Source
pub type nmod_mpoly_geobucket_struct = nmod_mpoly_geobucket;

Aliased Type§

struct nmod_mpoly_geobucket_struct {
    pub polys: [nmod_mpoly_struct; 32],
    pub temps: [nmod_mpoly_struct; 32],
    pub length: i64,
}

Fields§

§polys: [nmod_mpoly_struct; 32]§temps: [nmod_mpoly_struct; 32]§length: i64