Changeset 4c7d73 in git for kernel/ring.h


Ignore:
Timestamp:
May 4, 2005, 5:25:46 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
28543b21d1a59aaa89526434e42b6376b8886667
Parents:
50c4143c24b16b5b07afa95f93b9bb62cd380180
Message:
*hannes: frwalk stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@8045 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.h

    r50c414 r4c7d73  
    77* ABSTRACT - the interpreter related ring operations
    88*/
    9 /* $Id: ring.h,v 1.9 2005-05-04 14:13:17 Singular Exp $ */
     9/* $Id: ring.h,v 1.10 2005-05-04 15:25:46 Singular Exp $ */
    1010
    1111/* includes */
     
    2828void   rKill(ring r);
    2929ring   rCopy(ring r);
     30ring rCopy0(ring r, BOOLEAN copy_qideal = TRUE, BOOLEAN copy_ordering = TRUE);
    3031ring   rOpposite(ring r);
    3132ring   rEnvelope(ring r);
     33
    3234
    3335
     
    272274// construct Wp, C ring
    273275ring rModifyRing_Wp(ring r, int* weights);
     276void rModify_a_to_A(ring r);
    274277
    275278void rKillModifiedRing(ring r);
     
    283286void pDebugPrint(poly p);
    284287
    285 int * rGetWeightVec(ring r);
    286 void rSetWeightVec(ring r, int *);
     288int64 * rGetWeightVec(ring r);
     289void rSetWeightVec(ring r, int64 *wv);
    287290
    288291lists rDecompose(const ring r);
Note: See TracChangeset for help on using the changeset viewer.