Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [selected], Tue Oct 6 11:33:46 2020 UTC (4 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +3 -2
lines
Diff to previous 1.16 (unified)
All causes of the warnings are fixed.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 7 00:15:44 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (unified) to selected 1.17 (unified)
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 (19 years, 4 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 (unified) to selected 1.17 (unified)
Fixed grammatical problem for gcc4.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.13: +20 -17
lines
Diff to previous 1.13 (unified) to selected 1.17 (unified)
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 (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +9 -1
lines
Diff to previous 1.12 (unified) to selected 1.17 (unified)
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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.11: +115 -2
lines
Diff to previous 1.11 (unified) to selected 1.17 (unified)
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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +23 -2
lines
Diff to previous 1.10 (unified) to selected 1.17 (unified)
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, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +87 -1
lines
Diff to previous 1.9 (unified) to selected 1.17 (unified)
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 (21 years, 2 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 (unified) to selected 1.17 (unified)
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 (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.7: +14 -8
lines
Diff to previous 1.7 (unified) to selected 1.17 (unified)
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 (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +26 -2
lines
Diff to previous 1.6 (unified) to selected 1.17 (unified)
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 (22 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.5: +8 -3
lines
Diff to previous 1.5 (unified) to selected 1.17 (unified)
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, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +7 -4
lines
Diff to previous 1.4 (unified) to selected 1.17 (unified)
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, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +35 -35
lines
Diff to previous 1.3 (unified) to selected 1.17 (unified)
indent-region and untabify.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 9 08:02:02 2000 UTC (24 years, 5 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 (unified) to selected 1.17 (unified)
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, 9 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 (unified) to selected 1.17 (unified)
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 (25 years, 1 month ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified) to selected 1.17 (unified)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:01 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Diff to selected 1.17 (unified)
Initial revision