Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/order.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:46 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

All causes of the warnings are fixed.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 7 00:15:44 2018 UTC (5 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

KSstart_quiet() initializes sm1 in the quiet mode.
Bug fixes for 64 bit OS's.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Fixed grammatical problem for gcc4.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.13: +20 -17 lines
Diff to previous 1.13 (colored)

The initialization of the variables of the type struct object
are added.  It is necessary to initialize the field "attr"
(object attribute) of stuct object.  cf. misc-2005/06/gfan/opt.sm1 test2.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 13 11:24:11 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +9 -1 lines
Diff to previous 1.12 (colored)

An implementation of the partial tangent cone algorithm, i.e., reduction
in Q(x')_0 [x''] <D,h>  (x' : localized, x'' : global).

Example:
/ecart.checkOrder { 1 } def
[(DebugReductionEcart) 3] system_variable
[ [(1-x-y-z) (1-z)] (x,y,z)
  [ [(y) -1 (z) -1 (Dy) 1 (Dz) 1] [(x) 1 (Dx) 1]]
  [(partialEcartGlobalVarX) [(x)]] ] ecart.gb /ff set

It is a computation in Q(y,z)_0 [x] <Dx,Dy,Dz,h>.

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 15 12:00:48 2004 UTC (20 years ago) by takayama
Branch: MAIN
Changes since 1.11: +115 -2 lines
Diff to previous 1.11 (colored)

oxRingStructure returns the value in a new format;
[short-option-list, long-option-list].
In the short option-list, the variables e, E, and H are dropped.

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 13 06:30:51 2004 UTC (20 years ago) by takayama
Branch: MAIN
Changes since 1.10: +23 -2 lines
Diff to previous 1.10 (colored)

Fixed a bug
by pruning zero row of oxRingStructure.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 13 04:38:28 2004 UTC (20 years ago) by takayama
Branch: MAIN
Changes since 1.9: +87 -1 lines
Diff to previous 1.9 (colored)

New data conversion function:
  ring_object (oxRingStructure) dc obj
Example:
      [(x) ring_of_differential_operators [[(x)]] weight_vector 0
      [(weightedHomogenization) 1 (degreeShift) [[1 2 1]]] ] define_ring ;
     (1). getRing /rr set rr (oxRingStructure) dc
obj is of the format of the asir ring structure option, which will
be in the CMO (see the new manual section of dp_gr_main of asir).

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 26 12:46:05 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

An experimental version of ecart.minimalBase which translates
a graded matrix into the minimal base in D^h.
See ecart.minimalBase.test for an example input.

The sygyzy computation by ecartd.gb contains a bug, which has not yet been
fixed.

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

Degree shift vector allows a matrix of degree shifts.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 26 08:14:46 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +26 -2 lines
Diff to previous 1.6 (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.6 / (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.5: +8 -3 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (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.4: +7 -4 lines
Diff to previous 1.4 (colored)

Added new macro
   ring_of_differential_difference_operators

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 4 01:06:24 2001 UTC (23 years ago) by takayama
Branch: MAIN
Changes since 1.3: +35 -35 lines
Diff to previous 1.3 (colored)

indent-region and untabify.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 9 08:02:02 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)

Bug fix of isExact_h.
Adding "show_ring" to order.c. It is called when something wrong happens
for the schreyer order.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 16 07:55:39 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:01 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:01 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>