Changeset 5ec7e3 in git for Singular/LIB/bfun.lib


Ignore:
Timestamp:
Mar 4, 2011, 10:37:47 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
32f8ae42bfe9c265039c6241423c4122964361d4
Parents:
8eea069dd83d32f7e8b90cd5e5ec75124c7d7903
Message:
format

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/bfun.lib

    r8eea06 r5ec7e3  
    8484LIB "nctools.lib";  // for isWeyl etc
    8585LIB "presolve.lib"; // for valvars
    86 
    87 ///////////////////////////////////////////////////////////////////////////////
    88 // testing for consistency of the library:
    89 proc testbfunlib ()
    90 {
    91   // tests all procs for consistency
    92   "AUXILIARY PROCEDURES:";
    93   example allPositive;
    94   example scalarProd;
    95   example vec2poly;
    96   "MAIN PROCEDURES:";
    97   example bfct;
    98   example bfctSyz;
    99   example bfctAnn;
    100   example bfctOneGB;
    101   example bfctIdeal;
    102   example pIntersect;
    103   example pIntersectSyz;
    104   example linReduce;
    105   example linReduceIdeal;
    106   example linSyzSolve;
    107 }
    10886
    10987//--------------- auxiliary procedures ----------------------------------------
     
    14411419  dbprint(ppl,"// ...done"); // with the intersection
    14421420  poly pb = vec2poly(b);
    1443   if (inorann == 0) 
     1421  if (inorann == 0)
    14441422  {
    14451423    pb = subst(pb,var(1),-var(1)-1);
Note: See TracChangeset for help on using the changeset viewer.