Powered by Apache

CVS log for OpenXM_contrib2/asir2000/lib/sp

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 9 04:07:27 2018 UTC (6 years ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

Added factpol for polynomial factorization in the PARI functions.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 6 07:40:44 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.17: +23 -15 lines
Diff to previous 1.17 (unified)

Fixed a bug in resfctr() and spm().

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 4 04:17:21 2016 UTC (8 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.16: +9 -1 lines
Diff to previous 1.16 (unified)

Fixed a bug in af and af_sp.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 14 04:48:14 2010 UTC (13 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 (unified)

extern Ord -> extern SpOrd.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 23 08:57:47 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.14: +10 -1 lines
Diff to previous 1.14 (unified)

Fixed a bug in ufctrhint2().

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 18 23:35:20 2005 UTC (18 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

Fixed a bug in sp.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 13 07:43:20 2004 UTC (20 years ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +5 -3 lines
Diff to previous 1.12 (unified)

Fixed a silly bug in cr_gcda().

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 7 08:23:11 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.11: +6 -3 lines
Diff to previous 1.11 (unified)

Fixed a bug in cr_gcda().

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 7 09:25:58 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.10: +15 -1 lines
Diff to previous 1.10 (unified)

Added gen_sp for non-monic inputs.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 21 00:34:21 2002 UTC (21 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (unified)

Fixed a bug in resfctr().

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 12 06:07:05 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.8: +18 -1 lines
Diff to previous 1.8 (unified)

if USE_PARI_FACTOR is nonzero, PARI factor is called instead of
asir_ufctrhint_heuristic() in lib/sp.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:23 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:43 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +49 -1 lines
Diff to previous 1.6 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 20 02:30:35 2000 UTC (24 years ago) by noro
Branch: MAIN
Changes since 1.5: +64 -2 lines
Diff to previous 1.5 (unified)

Sorry, previous commit was incorrect.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 20 02:20:16 2000 UTC (24 years ago) by noro
Branch: MAIN
Changes since 1.4: +2 -64 lines
Diff to previous 1.4 (unified)

Fixed a bug in resf_hensel() which causes SEGV for non-monic inputs.

Experimental implementation of linear equation solving by Hensel
in F4. It works but it is very slow, so currently it is not used.

Fixed a bug in sp around gathering hidden algebraic numbers.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 17 01:33:49 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.3: +63 -1 lines
Diff to previous 1.3 (unified)

Added af_noalg() and sp_noalg(). Returned results do not contain any
algebraic number. See the manual for the detail (not written yet).

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 10 09:22:39 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (unified)

symbolic link to the absolute path of asir -> the relative path from lib/asir.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 10 07:12:06 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +38 -50 lines
Diff to previous 1.1 (unified)

Fixed several bugs in asir2000/lib/sp.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:11 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:11 1999 UTC (24 years, 5 months ago) by noro
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>