Changeset a374b8 in git
- Timestamp:
- Aug 12, 2011, 5:11:25 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- cfecd22c01301e6e57986bb28c493771a672a424
- Parents:
- 669f3df8473806a1db52dcfcc0dbc96eba02e254
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 17:11:25+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:22:42+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r669f3d ra374b8 76 76 #include <kernel/timer.h> 77 77 78 79 lists rDecompose(const ring r); 80 ring rCompose(const lists L); 81 82 78 83 // defaults for all commands: NO_PLURAL | NO_RING | ALLOW_ZERODIVISOR 79 84 -
libpolys/polys/monomials/ring.h
r669f3d ra374b8 718 718 void rSetWeightVec(ring r, int64 *wv); 719 719 720 //lists rDecompose(const ring r);721 //ring rCompose(const lists L);722 720 ///////////////////////////// 723 721 // Auxillary functions
Note: See TracChangeset
for help on using the changeset viewer.