Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/usage.sm1

[BACK] Up to [local] / OpenXM / src / kan96xx / Kan

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 22 01:06:20 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.14: +7 -2 lines
Diff to previous 1.14 (colored)

Added a function sm1log to store logs.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 20 06:02:19 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13 (colored)

Added a note-class in the usages.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 30 01:00:15 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.12: +12 -1 lines
Diff to previous 1.12 (colored)

Added an example of a derivation of a contiguity relation of 1F1.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 15 02:22:51 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.11: +10 -1 lines
Diff to previous 1.11 (colored)

Added usages for getAttributeList and putAttributeList.
Checked performaces of  new object design.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 17 00:47:09 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

The function .. is equivalent to exec when the argument is an executable
array. The function "." works only for expanding polynomials (undo).

Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 16 23:53:44 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Several small changes.
1. Changed an algorithm of oxGenPass.
2. The operator "." is equivalent to "exec" when the argument is an executable
   array.  Example.  { 1 2 add }. message
3. The function [(or_attrs) literal] extension is added.
   In strictMode in var.sm1, or_attrs is called instead of chattrs to
   protect all pre-defined symbols.  The function strictMode is called
   from k0 when it starts.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 11 01:00:42 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

The primitive get accepts the following input
   obj [k0 k1 k2 ... ] get
It also accepts a list as an argument.
New macros:  arrayToList and listToArray.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 10 22:21:27 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Warning is printed when ,, is used.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 26 13:00:11 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Degree shift vector allows a matrix of degree shifts.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 26 08:14:47 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

DegreeShift can be used explicitely.
See Oaku-Takayama, JSC 32 (2001), 575--595 and
    Granger-Oaku, Minimal filtered free resolutions ...
Example.
  [(x,y) ring_of_differential_operators
   [[(x) -1 (Dx) 1]] weight_vector
   0
   [(degreeShift) [1 0 2 0 0 3]]
  ] define_ring

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 8 10:49:50 2002 UTC (21 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (colored)

Supporting a weighted homogenization (experimental).
See (ring_of_differential_operators) usage.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 9 06:21:02 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.3: +18 -1 lines
Diff to previous 1.3 (colored)

Added new macro
   ring_of_differential_difference_operators

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 8 08:35:03 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

New commands are added:
   gb_h, syz_h : Grobner basis and syzygy in D<h> (homogenized Weyl algebra).
                ([(Homogenize_vec) 0] system_varialbe, (grade) (module1v)
   [(toe_) f] gbext  : inverse of toVectors
   isSameIdeal, isSameIdeal_h : check if the given ideals are the same.
   isExact_h, isExact : check if the given complex is exact.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 16 07:55:42 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124, RELEASE_1_1_2
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Congratulation of sm1 version 3.* !

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:02 1999 UTC (24 years, 7 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

o import OpenXM sources

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:02 1999 UTC (24 years, 7 months ago) by maekawa
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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