Changeset ed8538 in git
- Timestamp:
- Apr 29, 2005, 2:21:40 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 3b00f26591becd6d3549521aff441624b708fa57
- Parents:
- 06e7dcdf5fd3a0ce08ced31a9146bb37269a674d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r06e7dc red8538 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.34 8 2005-04-28 17:10:47 SingularExp $ */4 /* $Id: iparith.cc,v 1.349 2005-04-29 12:21:40 bricken Exp $ */ 5 5 6 6 /* … … 47 47 #include "janet.h" 48 48 #include "GMPrat.h" 49 #include "tgb.h" 49 50 #ifdef HAVE_FACTORY 50 51 #include "clapsing.h" … … 4885 4886 return b; 4886 4887 } 4888 static BOOLEAN jjSLIM_GB(leftv res, leftv u){ 4889 if (pOrdSgn!=1){ 4890 return TRUE; 4891 } 4892 res->data=t_rep_gb(currRing, (ideal)u->Data()); 4893 return FALSE; 4894 } 4887 4895 static BOOLEAN jjMATRIX_Id(leftv res, leftv u, leftv v,leftv w) 4888 4896 {
Note: See TracChangeset
for help on using the changeset viewer.