[BACK]Return to usage.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/usage.c between version 1.15 and 1.19

version 1.15, 2003/08/20 01:39:17 version 1.19, 2003/08/23 02:28:39
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.14 2003/07/17 23:37:02 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.18 2003/08/22 11:47:03 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include "datatype.h"  #include "datatype.h"
 #include "stackm.h"  #include "stackm.h"
Line 177  void Kusage2(fp,s)
Line 177  void Kusage2(fp,s)
     fppp(fp,"  [(isReducible) poly1 poly2 ] gbext integer \n");      fppp(fp,"  [(isReducible) poly1 poly2 ] gbext integer \n");
     fppp(fp,"  [(lcm) poly1 poly2] gbext poly \n");      fppp(fp,"  [(lcm) poly1 poly2] gbext poly \n");
     fppp(fp,"  [(grade) poly1 ] gbext integer \n");      fppp(fp,"  [(grade) poly1 ] gbext integer \n");
       fppp(fp,"  [(ord_ws_all) fv wv] gbext integer \n");
     fppp(fp,"  [(mod) poly1 universalNumber] gbext poly \n");      fppp(fp,"  [(mod) poly1 universalNumber] gbext poly \n");
     fppp(fp,"          poly = poly1 mod universalNumber where char=0 and \n");      fppp(fp,"          poly = poly1 mod universalNumber where char=0 and \n");
     fppp(fp,"          poly and poly2 belong to a same ring.\n");      fppp(fp,"          poly and poly2 belong to a same ring.\n");
Line 254  void Kusage2(fp,s)
Line 255  void Kusage2(fp,s)
     fppp(fp,"h is the initial term of the polynomial f.\n");      fppp(fp,"h is the initial term of the polynomial f.\n");
     fppp(fp,"Example: (2 x^3 + 3 x + 1). init :: ---> 2 x^3\n");      fppp(fp,"Example: (2 x^3 + 3 x + 1). init :: ---> 2 x^3\n");
     fppp(fp,"Example: [(x^3+1). (x h+ h^5).] {init} map ::\n");      fppp(fp,"Example: [(x^3+1). (x h+ h^5).] {init} map ::\n");
     fppp(fp,"Example: (x+1). [0 1 1 1] init ::    cf. weightv \n");      fppp(fp,"Example: (x+1). [0 1 1 1] init ::    cf. weightv \n\n");
       fppp(fp,"<< fv weight_vector init h >>\n");
       fppp(fp,"<< fv [weight_vector shift_vector] init h >>\n");
       fppp(fp,"<< fv init h >> or << hv [ ] init h >>\n");
       fppp(fp,"fv is a polynomial or a vector of polynomials.\n");
       fppp(fp,"h is the initial term with respect to the weight vector and the shift vector\n");
       fppp(fp,"if they are given.\n");
       fppp(fp,"Note: the last x variable is always assumed to be the vector index.\n");
       fppp(fp,"Example: [(x,y) ring_of_differential_operators 0] define_ring\n");
           fppp(fp,"    [(x^2*Dx^2+2*x*Dx+x). (Dx+x).] [[(Dx) 1 (x) -1] weightv [0 -1]] init ::\n");
   }else if (strcmp(s,"lc")==0) {    }else if (strcmp(s,"lc")==0) {
     fppp(fp,"<< obj lc leftCell >>\n");      fppp(fp,"<< obj lc leftCell >>\n");
     fppp(fp,"class leftCell;\n");      fppp(fp,"class leftCell;\n");
Line 460  void Kusage2(fp,s)
Line 470  void Kusage2(fp,s)
     fppp(fp,"outputOrder, multSymbol, variableNames, Version,\n");      fppp(fp,"outputOrder, multSymbol, variableNames, Version,\n");
     fppp(fp,"AvoidTheSameRing, RingStack, LeftBracket, RightBracket,\n");      fppp(fp,"AvoidTheSameRing, RingStack, LeftBracket, RightBracket,\n");
     fppp(fp,"AutoReduce, SecureMode, Ecart, EcartAutomaticHomogenization\n");      fppp(fp,"AutoReduce, SecureMode, Ecart, EcartAutomaticHomogenization\n");
       fppp(fp,"DoCancel, DebugContentReduction\n");
     fppp(fp,"Example: [(N)] system_variable\n");      fppp(fp,"Example: [(N)] system_variable\n");
     fppp(fp,"                             (maximum number of variables)/2.\n");      fppp(fp,"                             (maximum number of variables)/2.\n");
     fppp(fp,"         [(x) (var) 3] system_variable\n");      fppp(fp,"         [(x) (var) 3] system_variable\n");
Line 468  void Kusage2(fp,s)
Line 479  void Kusage2(fp,s)
     fppp(fp,"                              The 4th differential operator.\n");      fppp(fp,"                              The 4th differential operator.\n");
     fppp(fp,"         [(PrintDollar) 0] system_variable\n");      fppp(fp,"         [(PrintDollar) 0] system_variable\n");
     fppp(fp,"                          Set the global variable PrintDollar to 0\n");      fppp(fp,"                          Set the global variable PrintDollar to 0\n");
       fppp(fp,"DebugReductionEcart (bit):  (2) *% (1) find_reducer,in(r) \n");
       fppp(fp,"              (any) cont   (4) #+[rat division, + ecartd] \n");
       fppp(fp,"DoCancel (bit):  (2) always_reduce_content  (1) Noro_strategy \n");
       fppp(fp,"                 (4) DoCancel_in_reduction1 \n");
   }else if (strcmp(s,"tlimit")==0) {    }else if (strcmp(s,"tlimit")==0) {
     fppp(fp,"<< { ... } t tlimit results >>\n");      fppp(fp,"<< { ... } t tlimit results >>\n");
     fppp(fp,"Limit the execution time to t seconds.\n");      fppp(fp,"Limit the execution time to t seconds.\n");

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.19

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>