Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/nk_restriction.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Sat May 14 06:37:43 2016 UTC (8 years ago) by nakayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored)

nk_module_gr2.rr : compute module integration, restriction.
nk_restriction.rr : import nk_module_gr2.rr

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 2 07:05:50 2011 UTC (12 years, 8 months ago) by nisiyama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.21: +61 -17 lines
Diff to previous 1.21 (colored)

Fixed a bug in ost_sum().

Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 11 05:38:58 2011 UTC (12 years, 9 months ago) by nisiyama
Branch: MAIN
Changes since 1.20: +2 -4 lines
Diff to previous 1.20 (colored)

Fixed a bug in ost_sum().

Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 11 02:56:32 2011 UTC (12 years, 9 months ago) by nisiyama
Branch: MAIN
Changes since 1.19: +113 -11 lines
Diff to previous 1.19 (colored)

Added a new function ost_sum().

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 19 07:05:26 2011 UTC (13 years ago) by nisiyama
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

version() -> ::version()

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 30 13:17:17 2011 UTC (13 years, 1 month ago) by nisiyama
Branch: MAIN
Changes since 1.17: +7 -0 lines
Diff to previous 1.17 (colored)

Added nk_restriction.version().

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 13 15:17:18 2011 UTC (13 years, 1 month ago) by nisiyama
Branch: MAIN
Changes since 1.16: +161 -5 lines
Diff to previous 1.16 (colored)

Added a new function integration_ideal_shift()
which can accept differential and/or difference operators.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 7 04:32:35 2011 UTC (13 years, 1 month ago) by nisiyama
Branch: MAIN
Changes since 1.15: +61 -42 lines
Diff to previous 1.15 (colored)

Fixed some bugs in ost_*().

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 23 13:11:36 2011 UTC (13 years, 4 months ago) by nisiyama
Branch: MAIN
Changes since 1.14: +49 -1 lines
Diff to previous 1.14 (colored)

Added a function initial_w().

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 13 12:28:26 2010 UTC (13 years, 9 months ago) by nisiyama
Branch: MAIN
Changes since 1.13: +54 -38 lines
Diff to previous 1.13 (colored)

extern NK_RESTRICTION_NOLOG;

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 16 07:52:34 2010 UTC (13 years, 10 months ago) by nisiyama
Branch: MAIN
Changes since 1.12: +26 -19 lines
Diff to previous 1.12 (colored)

the option "tie" => "ord"

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 15 15:06:10 2010 UTC (13 years, 10 months ago) by nisiyama
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

Fixed a bug in trans_inhomo().

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 14 06:31:43 2010 UTC (13 years, 10 months ago) by nisiyama
Branch: MAIN
Changes since 1.10: +93 -5 lines
Diff to previous 1.10 (colored)

Added a new function trans_inhomo().

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 12 03:49:59 2010 UTC (14 years ago) by nisiyama
Branch: MAIN
Changes since 1.9: +220 -15 lines
Diff to previous 1.9 (colored)

- A new option "ht" was added to integration_ideal() and restriction_ideal().
  This option requires Risa/Asir version 20100415 or later.
- Added new functions ost_integration_ideal2(), ann_mul(), etc.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 21 17:03:25 2010 UTC (14 years, 3 months ago) by nisiyama
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Fixed a output form of inhomogeneous parts for the zero ideal.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 9 16:51:18 2010 UTC (14 years, 3 months ago) by nisiyama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.7: +44 -8 lines
Diff to previous 1.7 (colored)

- Got rid of nesting of tstart()-tstop().
- Changed a branch condition in generic_bfct_and_gr() and weyl_minipoly_by_elim2().
- Changed log messages.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 5 07:43:46 2010 UTC (14 years, 3 months ago) by nisiyama
Branch: MAIN
Changes since 1.6: +723 -72 lines
Diff to previous 1.6 (colored)

- 4 functions restriction(), restriction_ideal(), integration() and integration_ideal()
  now can accept new three options:
        1) inhomo: to output information of inhomogeneous parts.
        2) param : to compute over Q(Y)<X,DX>, where param=Y.
        3) s0    : to set the maximal integral root of the generic b-function.
  See the item: restriction (option) in exp-ja.texi for details.
- Added a new function ost_integration().
- Added some test or example functions test_*.
- Some bugs were fixed.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 20 03:52:35 2009 UTC (15 years, 3 months ago) by nakayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.5: +148 -29 lines
Diff to previous 1.5 (colored)

modulize

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 4 04:03:38 2009 UTC (15 years, 3 months ago) by nakayama
Branch: MAIN
Changes since 1.4: +324 -2 lines
Diff to previous 1.4 (colored)

add test data for integration_ideal
(ex. int_fano(2,0), ..., int_fano(2,4), int_fano(3,0), ..., int_fano(3,17))

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 27 04:04:13 2009 UTC (15 years, 4 months ago) by nakayama
Branch: MAIN
Changes since 1.3: +277 -4 lines
Diff to previous 1.3 (colored)

add fourier_trans, integration, integration_ideal and some examples.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 23 07:02:57 2009 UTC (15 years, 4 months ago) by nakayama
Branch: MAIN
Changes since 1.2: +131 -1 lines
Diff to previous 1.2 (colored)

add func restriction_ideal.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 21 06:36:44 2009 UTC (15 years, 4 months ago) by nakayama
Branch: MAIN
Changes since 1.1: +14 -3 lines
Diff to previous 1.1 (colored)

fix bugs in restriction

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 21 04:59:18 2009 UTC (15 years, 4 months ago) by nakayama
Branch: MAIN

restriction module algorithm

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>