Changeset e024c6c in git
- Timestamp:
- Aug 13, 2009, 7:26:57 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9982049206177d5d457bb80b2e6d8f659df88c50
- Parents:
- 7d9b62a1308b2363fd7fd805a4689167ce92ccaa
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gring.cc
r7d9b62 re024c6c 7 7 * Author: levandov (Viktor Levandovsky) 8 8 * Created: 8/00 - 11/00 9 * Version: $Id: gring.cc,v 1.7 5 2009-07-27 08:33:59 SingularExp $9 * Version: $Id: gring.cc,v 1.76 2009-08-13 17:26:31 motsak Exp $ 10 10 *******************************************************************/ 11 11 … … 2920 2920 // we change r which may be the same ring, and must have the same representation! 2921 2921 { 2922 assume( r->qideal == NULL ); // The basering must NOT be a qring! 2923 2922 2924 // assume( curr != r ); 2923 2925 assume( rSamePolyRep(r, curr) ); … … 3830 3832 { 3831 3833 if( rGR->qideal == NULL ) 3832 return false; // no quotient = no work! done!? 3834 return false; // no quotient = no work! done!? What about factors of SCA? 3833 3835 3834 3836 bool ret = true; -
kernel/gring.h
r7d9b62 re024c6c 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: gring.h,v 1. 29 2009-05-22 12:21:34 SingularExp $ */6 /* $Id: gring.h,v 1.30 2009-08-13 17:26:57 motsak Exp $ */ 7 7 /* 8 8 * ABSTRACT additional defines etc for --with-plural … … 17 17 18 18 // the part, related to the interface 19 // Changes r, Assumes that all other input belongs to curr Ring19 // Changes r, Assumes that all other input belongs to curr 20 20 BOOLEAN nc_CallPlural(matrix cc, matrix dd, poly cn, poly dn, ring r, 21 21 bool bSetupQuotient = false,
Note: See TracChangeset
for help on using the changeset viewer.