Home
last modified time | relevance | path

Searched refs:myGens (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DSparsePolyOps-ideal-monomial.C68 convert(g, myGens()); in myGBasis_MonId()
101 for (const auto& f: myGens()) PushBack(RadGensPPV, radical(LPP(f))); in myRadical_MonId()
128 PPVector g1(PPM(P), NewDivMaskEvenPowers(), myGens()); in myIntersect_MonId()
160 PPVector g1(PPM(g), DMR(g), myGens()); in myColon_MonId()
201 PPVector g1(PPM(g), DMR(g), myGens()); in myMul_MonId()
235 PPVector g1(PPM(g), DMR(g), myGens()); in myElim_MonId()
H A DFGModule.C43 const std::vector<ModuleElem>& g = myGens(); in IamZero()
H A DQuotientModule.C50 const std::vector<ModuleElem>& myGens() const;
117 const vector<ModuleElem>& QuotientModuleImpl::myGens() const in myGens() function
H A DSparsePolyOps-ideal.C76 const std::vector<RingElem>& SparsePolyRingBase::IdealImpl::myGens() const in myGens() function
383 for (long i=0; i<len(myGens()); ++i) in IamZero()
384 if (!IsZero(myGens()[i])) return false; in IamZero()
820 const std::vector<RingElem>& g = myGens(); in myGBasisByHomog()
H A DFieldIdeal.C48 virtual const std::vector<RingElem>& myGens() const {return myGensValue;} in myGens() function
H A Dideal.C505 const vector<RingElem>& g = myGens(); in myOutputSelf()
520 const vector<RingElem>& G = myGens(); in myOutputSelf()
H A Dsubmodule.C56 const std::vector<ModuleElem>& myGens() const {return myGensValue;} in myGens() function
127 ComputeGBasis(myTidyGensValue, myMinGensValue, myGens(), CheckForTimeOut); in myGBasis()
H A DRingZZ.C169 virtual const std::vector<RingElem>& myGens() const; // gens as specified by user
765 const std::vector<RingElem>& RingZZImpl::IdealImpl::myGens() const in myGens() function
H A DQuotientRing.C198 virtual const std::vector<RingElem>& myGens() const { return myGensValue; } in myGens() function
798 for (const RingElem& f: myGens()) in myMul()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DSparsePolyOps-ideal-monomial.C68 convert(g, myGens()); in myGBasis_MonId()
101 for (const auto& f: myGens()) PushBack(RadGensPPV, radical(LPP(f))); in myRadical_MonId()
128 PPVector g1(PPM(P), NewDivMaskEvenPowers(), myGens()); in myIntersect_MonId()
160 PPVector g1(PPM(g), DMR(g), myGens()); in myColon_MonId()
201 PPVector g1(PPM(g), DMR(g), myGens()); in myMul_MonId()
235 PPVector g1(PPM(g), DMR(g), myGens()); in myElim_MonId()
H A DFGModule.C43 const std::vector<ModuleElem>& g = myGens(); in IamZero()
H A DQuotientModule.C50 const std::vector<ModuleElem>& myGens() const;
117 const vector<ModuleElem>& QuotientModuleImpl::myGens() const in myGens() function
H A DSparsePolyOps-ideal.C76 const std::vector<RingElem>& SparsePolyRingBase::IdealImpl::myGens() const in myGens() function
383 for (long i=0; i<len(myGens()); ++i) in IamZero()
384 if (!IsZero(myGens()[i])) return false; in IamZero()
820 const std::vector<RingElem>& g = myGens(); in myGBasisByHomog()
H A DFieldIdeal.C48 virtual const std::vector<RingElem>& myGens() const {return myGensValue;} in myGens() function
H A Dideal.C505 const vector<RingElem>& g = myGens(); in myOutputSelf()
520 const vector<RingElem>& G = myGens(); in myOutputSelf()
H A Dsubmodule.C56 const std::vector<ModuleElem>& myGens() const {return myGensValue;} in myGens() function
127 ComputeGBasis(myTidyGensValue, myMinGensValue, myGens(), CheckForTimeOut); in myGBasis()
H A DRingZZ.C169 virtual const std::vector<RingElem>& myGens() const; // gens as specified by user
765 const std::vector<RingElem>& RingZZImpl::IdealImpl::myGens() const in myGens() function
H A DQuotientRing.C198 virtual const std::vector<RingElem>& myGens() const { return myGensValue; } in myGens() function
798 for (const RingElem& f: myGens()) in myMul()
H A DFreeModule.C141 const std::vector<ModuleElem>& myGens() const;
218 const std::vector<ModuleElem>& FreeModuleImpl::myGens() const in myGens() function
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DFGModule.H67 virtual const std::vector<ModuleElem>& myGens() const = 0;
125 { return M->myGens(); } in gens()
129 { return len(M->myGens()); } in NumGens()
H A Dideal.H124 virtual const std::vector<RingElem>& myGens() const = 0; // gens as specified by user
205 inline long NumGens(const ideal& I) { return len(I->myGens()); } in NumGens()
206 inline const std::vector<RingElem>& gens(const ideal& I) { return I->myGens();} in gens()
H A DDenseUPolyRing.H160 …virtual const std::vector<RingElem>& myGens() const {return myGensValue;} ///< gens as specified b… in myGens() function
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DFGModule.H67 virtual const std::vector<ModuleElem>& myGens() const = 0;
125 { return M->myGens(); } in gens()
129 { return len(M->myGens()); } in NumGens()
H A Dideal.H124 virtual const std::vector<RingElem>& myGens() const = 0; // gens as specified by user
205 inline long NumGens(const ideal& I) { return len(I->myGens()); } in NumGens()
206 inline const std::vector<RingElem>& gens(const ideal& I) { return I->myGens();} in gens()
H A DDenseUPolyRing.H160 …virtual const std::vector<RingElem>& myGens() const {return myGensValue;} ///< gens as specified b… in myGens() function

12