Changeset 33e249b in git


Ignore:
Timestamp:
Aug 12, 2011, 4:50:12 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
ADD: export 'rIsLikeOpposite'
Location:
libpolys/polys/nc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/nc.h

    rbf38a4 r33e249b  
    3838
    3939// //////////////////////////////////////////////////////
     40
     41
     42/// checks whether rings rBase and rCandidate
     43/// could be opposite to each other
     44/// returns TRUE if it is so
     45BOOLEAN rIsLikeOpposite(ring rBase, ring rCandidate);
     46
     47
    4048
    4149// Macros used to access upper triangle matrices C,D... (which are actually ideals) // afaik
  • libpolys/polys/nc/old.gring.cc

    rbf38a4 r33e249b  
    33923392}
    33933393
    3394   /* checks whether rings rBase and rCandidate */
    3395   /* could be opposite to each other */
    3396   /* returns TRUE if it is so */
    33973394BOOLEAN rIsLikeOpposite(ring rBase, ring rCandidate)
    33983395{
Note: See TracChangeset for help on using the changeset viewer.