Changeset 33e249b in git
- Timestamp:
- Aug 12, 2011, 4:50:12 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c1f4a6837b81958494c813876fa2fa6cca551937
- Parents:
- bf38a4674cd9d9a84ebebbcfdcfa32ffccae4059
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 16:50:12+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:22:42+01:00
- Location:
- libpolys/polys/nc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/nc/nc.h
rbf38a4 r33e249b 38 38 39 39 // ////////////////////////////////////////////////////// 40 41 42 /// checks whether rings rBase and rCandidate 43 /// could be opposite to each other 44 /// returns TRUE if it is so 45 BOOLEAN rIsLikeOpposite(ring rBase, ring rCandidate); 46 47 40 48 41 49 // Macros used to access upper triangle matrices C,D... (which are actually ideals) // afaik -
libpolys/polys/nc/old.gring.cc
rbf38a4 r33e249b 3392 3392 } 3393 3393 3394 /* checks whether rings rBase and rCandidate */3395 /* could be opposite to each other */3396 /* returns TRUE if it is so */3397 3394 BOOLEAN rIsLikeOpposite(ring rBase, ring rCandidate) 3398 3395 {
Note: See TracChangeset
for help on using the changeset viewer.