Changeset 5ec7e3 in git for Singular/LIB/bfun.lib
- Timestamp:
- Mar 4, 2011, 10:37:47 AM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 32f8ae42bfe9c265039c6241423c4122964361d4
- Parents:
- 8eea069dd83d32f7e8b90cd5e5ec75124c7d7903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/bfun.lib
r8eea06 r5ec7e3 84 84 LIB "nctools.lib"; // for isWeyl etc 85 85 LIB "presolve.lib"; // for valvars 86 87 ///////////////////////////////////////////////////////////////////////////////88 // testing for consistency of the library:89 proc testbfunlib ()90 {91 // tests all procs for consistency92 "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 }108 86 109 87 //--------------- auxiliary procedures ---------------------------------------- … … 1441 1419 dbprint(ppl,"// ...done"); // with the intersection 1442 1420 poly pb = vec2poly(b); 1443 if (inorann == 0) 1421 if (inorann == 0) 1444 1422 { 1445 1423 pb = subst(pb,var(1),-var(1)-1);
Note: See TracChangeset
for help on using the changeset viewer.