Changeset 110e721 in git for kernel/gfan.h


Ignore:
Timestamp:
Dec 4, 2009, 1:17:19 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1a68d1d2c26c94af9b8ee4cf98aad93763403437
Parents:
60eb1ddb931cc15fe0ad0a8376dc9a7b83de0508
Message:
const parameters
0xfb checks removed


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r60eb1d r110e721  
    166166                void showFacets(short codim=1);
    167167                volatile void showSLA(facet &f);
    168                 void idDebugPrint(ideal const &I);
    169                 void invPrint(ideal const &I);
    170                 bool isMonomial(ideal const &I);
     168                void idDebugPrint(const ideal &I);
     169                void invPrint(const ideal &I);
     170                bool isMonomial(const ideal &I);
    171171                intvec *ivNeg(const intvec *iv);
    172172                int dotProduct(const intvec &iva, const intvec &ivb);
    173                 bool isParallel(intvec const &a, intvec const &b);
    174                 bool areEqual(intvec const &a, intvec const &b);
     173                bool isParallel(const intvec &a, const intvec &b);
     174                bool areEqual(const intvec &a, const intvec &b);
    175175                bool areEqual(facet *f, facet *g);
    176176                int intgcd(int a, int b);
    177                 void writeConeToFile(gcone const &gc, bool usingIntPoints=FALSE);
     177                void writeConeToFile(const gcone &gc, bool usingIntPoints=FALSE);
    178178                void readConeFromFile(int gcNum, gcone *gc);
    179179                intvec f2M(gcone *gc, facet *f, int n=1);
    180180               
    181181                //The real stuff
    182                 void getConeNormals(ideal const &I, bool compIntPoint=FALSE);
    183                 void getCodim2Normals(gcone const &gc);
     182                void getConeNormals(const ideal &I, bool compIntPoint=FALSE);
     183                void getCodim2Normals(const gcone &gc);
    184184                void flip(ideal gb, facet *f);
    185185                void computeInv(ideal &gb, ideal &inv, intvec &f);
    186186//              poly restOfDiv(poly const &f, ideal const &I); removed with r12286
    187                 ideal ffG(ideal const &H, ideal const &G);
     187                ideal ffG(const ideal &H, const ideal &G);
    188188                void getGB(ideal const &inputIdeal);           
    189                 void interiorPoint(dd_MatrixPtr const &M, intvec &iv);
    190                 ring rCopyAndAddWeight(ring const &r, intvec const *ivw);
    191                 ring rCopyAndChangeWeight(ring const &r, intvec *ivw);         
     189                void interiorPoint(const dd_MatrixPtr &M, intvec &iv);
     190                ring rCopyAndAddWeight(const ring &r, const intvec *ivw);
     191                ring rCopyAndChangeWeight(const ring &r, intvec *ivw);         
    192192//              void reverseSearch(gcone *gcAct); //NOTE both removed from r12286
    193193//              bool isSearchFacet(gcone &gcTmp, facet *testfacet);
    194194                void noRevS(gcone &gcRoot, bool usingIntPoint=FALSE);
    195                 void makeInt(dd_MatrixPtr const &M, int const line, intvec &n);
     195                void makeInt(const dd_MatrixPtr &M, const int line, intvec &n);
    196196                void normalize();
    197197                facet * enqueueNewFacets(facet *f);
    198                 dd_MatrixPtr facets2Matrix(gcone const &gc);           
     198                dd_MatrixPtr facets2Matrix(const gcone &gc);           
    199199//              static void gcone::idPrint(ideal &I);           
    200200                friend class facet;     
Note: See TracChangeset for help on using the changeset viewer.