Changeset b0ee97 in git
- Timestamp:
- Oct 25, 2013, 12:22:19 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f80aca589d7b6c3ac3ec8c32b27b8130ea38c6f7
- Parents:
- b51c265338553fa10f7297b0f3baaa82d0230df4
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-25 12:22:19+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-25 12:23:21+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/elim.lib
rb51c26 rb0ee97 13 13 nselect(id,v) select generators not containing variables given by v 14 14 sat(id,j) saturated quotient of ideal/module id by ideal j 15 select(id,v ])select generators containing all variables given by v15 select(id,v) select generators containing all variables given by v 16 16 select1(id,v) select generators containing one variable given by v 17 17 (parameters in square brackets [] are optional) … … 430 430 int pr = printlevel - voice + 2; //for ring display if printlevel > 0 431 431 def BR = basering; 432 intvec save_opt=option(get); 432 433 list lER; //for list returned by elimRing 433 434 //-------------------------------- check input ------------------------------- … … 538 539 ER; 539 540 } 541 option(set,save_opt); 540 542 setring BR; 541 543 return(imap(ER,id));
Note: See TracChangeset
for help on using the changeset viewer.