Changeset 0d278cd in git for kernel/gfan.h


Ignore:
Timestamp:
Nov 17, 2009, 3:53:24 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
87353a6b9eb171d12e73ede9e24e8d8e68eaf111
Parents:
26300d06f8088e506f0c3c44b085718c58333635
Message:
gcone::getCounter
gcone::getBaseRing
Changed coputation of diffs of expvects in getConeNormals
Cleanup of no longer used stuff
lprepareResult


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r26300d r0d278cd  
    2424// ideal gfan(ideal inputIdeal, int heuristic);
    2525lists gfan(ideal inputIdeal, int heuristic);
     26
    2627//int dotProduct(intvec a, intvec b);
    2728//bool isParallel(intvec a, intvec b);
     
    123124                intvec *ivIntPt;        //an interior point of the cone
    124125                int UCN;                //unique number of the cone
    125                 static int counter;
     126                static int counter;
    126127               
    127128        public:
     
    153154                gcone(const gcone& gc, const facet &f);
    154155                ~gcone();
     156                int getCounter();
     157                ring getBaseRing();
    155158                void setIntPoint(intvec *iv);
    156159                intvec *getIntPoint();
     
    188191                void writeConeToFile(gcone const &gc, bool usingIntPoints=FALSE);
    189192                void readConeFromFile(int gcNum, gcone *gc);
    190                 void lprepareResult(lists l, gcone &gc);
     193               
    191194//              static void gcone::idPrint(ideal &I);
    192195                intvec f2M(gcone *gc, facet *f);
    193196                friend class facet;     
    194197};
    195 
     198lists lprepareResult(gcone *gc, int n);
    196199#endif
    197200#endif
Note: See TracChangeset for help on using the changeset viewer.