Home
last modified time | relevance | path

Searched defs:PolyRing (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DTmpStabilityAlgorithm.H106 StabilityAlgorithm(const SparsePolyRing& PolyRing) in StabilityAlgorithm()
215 : StabilityAlgorithm(PolyRing), in StabilityAlgorithm() argument
315 : DeltaRegular(PolyRing, use) in DeltaRegular() argument
341 StableLTI(const SparsePolyRing& PolyRing) : StabilityAlgorithm(PolyRing) in StableLTI()
430 StableLTIAll(const SparsePolyRing& PolyRing) : StableLTI(PolyRing) in StableLTIAll()
458 StronglyStableLTI(const SparsePolyRing& PolyRing) : StableLTI(PolyRing) in StronglyStableLTI()
512 StronglyStableLTIAll(const SparsePolyRing& PolyRing) : StronglyStableLTI(PolyRing) in StronglyStableLTIAll()
H A DPolyRing.H190 inline PolyRing::PolyRing(const ring& R): in PolyRing() function
194 inline PolyRing::PolyRing(const PolyRingBase* RingPtr): in PolyRing() function
H A DSparsePolyOps-MinPoly.H41 class PolyRing; // fwd decl -- defined in PolyRing.H variable
H A DTmpIsTree.H42 class PolyRing; // forward declaration -- defined in PolyRing.H variable
H A DTmpJBDatastructure.H576 JanetTree(const SparsePolyRing& PolyRing, const long& deg, const long& var) in JanetTree()
585 JanetTree(const SparsePolyRing& PolyRing) in JanetTree()
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DTmpStabilityAlgorithm.H106 StabilityAlgorithm(const SparsePolyRing& PolyRing) in StabilityAlgorithm()
215 : StabilityAlgorithm(PolyRing), in StabilityAlgorithm() argument
315 : DeltaRegular(PolyRing, use) in DeltaRegular() argument
341 StableLTI(const SparsePolyRing& PolyRing) : StabilityAlgorithm(PolyRing) in StableLTI()
430 StableLTIAll(const SparsePolyRing& PolyRing) : StableLTI(PolyRing) in StableLTIAll()
458 StronglyStableLTI(const SparsePolyRing& PolyRing) : StableLTI(PolyRing) in StronglyStableLTI()
512 StronglyStableLTIAll(const SparsePolyRing& PolyRing) : StronglyStableLTI(PolyRing) in StronglyStableLTIAll()
H A DPolyRing.H190 inline PolyRing::PolyRing(const ring& R): in PolyRing() function
194 inline PolyRing::PolyRing(const PolyRingBase* RingPtr): in PolyRing() function
H A DSparsePolyOps-MinPoly.H41 class PolyRing; // fwd decl -- defined in PolyRing.H variable
H A DTmpIsTree.H42 class PolyRing; // forward declaration -- defined in PolyRing.H variable
H A DTmpJBDatastructure.H576 JanetTree(const SparsePolyRing& PolyRing, const long& deg, const long& var) in JanetTree()
585 JanetTree(const SparsePolyRing& PolyRing) in JanetTree()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-TmpMorseElement.C134 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_operators() local
201 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myEpsilon() local
232 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myMaxTypeOne() local
274 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myMaxTypeTwo() local
316 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myComputeBasicMaps() local
H A Dtest-TmpMorseGraph.C333 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,1), StdDegRevLex); in test_myDirectMorseReduction1() local
378 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,3), StdDegRevLex); in test_myDirectMorseReduction2() local
573 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,3), StdDegRevLex); in test_myMapsAsMatrices() local
625 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegRevLex); in test_myBettis() local
658 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,0), StdDegRevLex); in test_onlyX() local
680 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,0), StdDegRevLex); in test_onlyOne() local
H A Dtest-TmpPartialMorseBetti.C90 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegRevLex); in test_myPossibleWedgesOfLength() local
141 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,1), StdDegRevLex); in test_myComputeGeneralPartialBasis() local
H A Dtest-TmpMorsePath.C44 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegLex); in test_myAddPath() local
/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-TmpMorseElement.C134 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_operators() local
201 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myEpsilon() local
232 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myMaxTypeOne() local
274 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myMaxTypeTwo() local
316 SparsePolyRing PolyRing = NewPolyRing(QQ, SymbolRange("x",0,4), StdDegLex); in test_myComputeBasicMaps() local
H A Dtest-TmpMorseGraph.C333 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,1), StdDegRevLex); in test_myDirectMorseReduction1() local
378 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,3), StdDegRevLex); in test_myDirectMorseReduction2() local
573 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,3), StdDegRevLex); in test_myMapsAsMatrices() local
625 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegRevLex); in test_myBettis() local
658 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,0), StdDegRevLex); in test_onlyX() local
680 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,0), StdDegRevLex); in test_onlyOne() local
H A Dtest-TmpPartialMorseBetti.C90 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegRevLex); in test_myPossibleWedgesOfLength() local
141 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,1), StdDegRevLex); in test_myComputeGeneralPartialBasis() local
H A Dtest-TmpMorsePath.C44 SparsePolyRing PolyRing = NewPolyRing(Q, SymbolRange("x",0,4), StdDegLex); in test_myAddPath() local
/dports/math/linbox/linbox-1.6.3/examples/
H A Dfind-invariant-factors.C27 typedef typename FactorDomain::PolyRing PolyRing; typedef
H A Dinvariant-factors.C46 typedef typename FactorDomain::PolyRing PolyRing; typedef
H A Dgf3-invariant-factors.C49 typedef typename FactorDomain::PolyRing PolyRing; typedef
H A Dsmith-form-kb.C22 typedef GivaroPoly<Field> PolyRing; typedef
H A Dgivaro-poly-local.C24 typedef GivaroPoly<Field> PolyRing; typedef
H A Dsmith-form-local.C32 typedef GivaroPoly<Field> PolyRing; typedef
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dcoppersmith-invariant-factors.h54 typedef GivaroPoly<PolyDom> PolyRing; typedef

12