Changeset 643b538 in git
- Timestamp:
- Aug 16, 2011, 7:32:26 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 1561388b356b908332f27cb05700d8daee4eb443
- Parents:
- ca9096f077e5b63d5ae455da7c5f65d1360bb6ec
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:32:26+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:22+01:00
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rca9096f r643b538 4600 4600 } 4601 4601 4602 assume(u_id->rank>=id RankFreeModule(u_id));4602 assume(u_id->rank>=id_RankFreeModule(u_id, currRing)); 4603 4603 res->data=(char *)t_rep_gb(currRing, 4604 4604 u_id,u_id->rank); … … 5981 5981 if (rField_is_Extension(currRing)) 5982 5982 { 5983 assume(currRing-> extRing!=NULL);5983 assume(currRing->cf->extRing!=NULL); 5984 5984 number n = pGetCoeff(p); 5985 5985 ringvar=- n_IsParam(n, currRing); -
Singular/ipshell.cc
rca9096f r643b538 2687 2687 } 2688 2688 } 2689 if (/* id RankFreeModule(trueres[0]) */ trueres[0] > 0)2689 if (/* id_RankFreeModule(trueres[0], currRing) */ trueres[0] > 0) 2690 2690 typ0 = MODUL_CMD; 2691 2691 if (syzstr->weights!=NULL) -
Singular/walk.cc
rca9096f r643b538 592 592 static inline int MwalkWeightDegree(poly p, intvec* weight_vector) 593 593 { 594 assume(weight_vector->length() >= pVariables);594 assume(weight_vector->length() >= currRing->N); 595 595 int max = 0, maxtemp; 596 596
Note: See TracChangeset
for help on using the changeset viewer.