Home
last modified time | relevance | path

Searched defs:GroebnerBasis (Results 1 – 4 of 4) sorted by relevance

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DGroebnerBasis.cpp39 GroebnerBasis::GroebnerBasis( in GroebnerBasis() function in GroebnerBasis
57 GroebnerBasis::GroebnerBasis( in GroebnerBasis() function in GroebnerBasis
70 GroebnerBasis::GroebnerBasis( in GroebnerBasis() function in GroebnerBasis
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-Janet1.C46 vector<RingElem> GroebnerBasis = TidyGens(I); in program() local
/dports/math/giacxcas/CoCoALib-0.99700/examples/
H A Dex-Janet1.C46 vector<RingElem> GroebnerBasis = TidyGens(I); in program() local
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dpolytools.py6878 class GroebnerBasis(Basic): class