Changeset 11a7dc in git for kernel/gfan.h


Ignore:
Timestamp:
Mar 16, 2010, 6:38:44 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f524fdf7562a563db23199898e1aa3b16a4619bc
Parents:
706b890c390993bb14ed93acf3c4b09775b93361
Message:
sed s/cout/printf/g
Removed facets2Matrix and interiorPoint2


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r706b89 r11a7dc  
    6565                unsigned numRays;       //Number of spanning rays of the facet
    6666                ring flipRing;          //the ring on the other side of the facet
    67                 intvec **fRays;
     67//              intvec **fRays;
    6868                               
    6969                /** The default constructor. */
     
    223223                void getExtremalRays(const gcone &gc);
    224224                void flip(ideal gb, facet *f);
    225                 void flip2(const ideal gb, facet *f);
     225                void flip2(const ideal &gb, facet *f);
    226226                void computeInv(const ideal &gb, ideal &inv, const intvec &f);
    227227                //poly restOfDiv(poly const &f, ideal const &I); removed with r12286
    228228                inline ideal ffG(const ideal &H, const ideal &G);
    229229                inline void getGB(ideal const &inputIdeal);             
    230                 void interiorPoint( dd_MatrixPtr &M, intvec &iv);
    231                 void interiorPoint2(); //removed Feb 8th, 2010, new method Feb 19th, 2010
     230                void interiorPoint( dd_MatrixPtr &M, intvec &iv);//used from flip and optionally from getConeNormals
     231//              void interiorPoint2(); //removed Feb 8th, 2010, new method Feb 19th, 2010, again removed Mar 16th, 2010
    232232                void preprocessInequalities(dd_MatrixPtr &M);
    233233                ring rCopyAndAddWeight(const ring &r, intvec *ivw);
    234234                ring rCopyAndAddWeight2(const ring &, const intvec *, const intvec *);
    235                 ring rCopyAndChangeWeight(const ring &r, intvec *ivw);         
     235//              ring rCopyAndChangeWeight(const ring &r, intvec *ivw);  //NOTE remove   
    236236//              void reverseSearch(gcone *gcAct); //NOTE both removed from r12286
    237 //              bool isSearchFacet(gcone &gcTmp, facet *testfacet);
    238 //              void noRevS(gcone &gcRoot, bool usingIntPoint=FALSE);
     237//              bool isSearchFacet(gcone &gcTmp, facet *testfacet); //NOTE remove
    239238                void makeInt(const dd_MatrixPtr &M, const int line, intvec &n);
    240 //              void normalize();
     239//              void normalize();//NOTE REMOVE
    241240                facet * enqueueNewFacets(facet *f);
    242241                facet * enqueue2(facet *f);
    243                 dd_MatrixPtr facets2Matrix(const gcone &gc);
     242//              dd_MatrixPtr facets2Matrix(const gcone &gc);//NOTE remove
    244243                /** Compute the lineality space Ax=0 and return it as dd_MatrixPtr dd_LinealitySpace*/
    245244                dd_MatrixPtr computeLinealitySpace();
Note: See TracChangeset for help on using the changeset viewer.