Changeset 4c7d73 in git for kernel/ring.h
- Timestamp:
- May 4, 2005, 5:25:46 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 28543b21d1a59aaa89526434e42b6376b8886667
- Parents:
- 50c4143c24b16b5b07afa95f93b9bb62cd380180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.h
r50c414 r4c7d73 7 7 * ABSTRACT - the interpreter related ring operations 8 8 */ 9 /* $Id: ring.h,v 1. 9 2005-05-04 14:13:17Singular Exp $ */9 /* $Id: ring.h,v 1.10 2005-05-04 15:25:46 Singular Exp $ */ 10 10 11 11 /* includes */ … … 28 28 void rKill(ring r); 29 29 ring rCopy(ring r); 30 ring rCopy0(ring r, BOOLEAN copy_qideal = TRUE, BOOLEAN copy_ordering = TRUE); 30 31 ring rOpposite(ring r); 31 32 ring rEnvelope(ring r); 33 32 34 33 35 … … 272 274 // construct Wp, C ring 273 275 ring rModifyRing_Wp(ring r, int* weights); 276 void rModify_a_to_A(ring r); 274 277 275 278 void rKillModifiedRing(ring r); … … 283 286 void pDebugPrint(poly p); 284 287 285 int * rGetWeightVec(ring r);286 void rSetWeightVec(ring r, int *);288 int64 * rGetWeightVec(ring r); 289 void rSetWeightVec(ring r, int64 *wv); 287 290 288 291 lists rDecompose(const ring r);
Note: See TracChangeset
for help on using the changeset viewer.