Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:52 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +643 -643
lines
Diff to previous 1.16 (unified)
Changed a tab to two space charaters.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 24 04:34:30 2009 UTC (14 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b
Changes since 1.15: +43 -3
lines
Diff to previous 1.15 (unified)
Fixed a bug for muliplying matrices by Strassen-Winograd algorithm. The bug: gc_malloc may not initialize memories by zero.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 21 23:18:16 2005 UTC (18 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (unified)
Added memory_conplot(), memory_plot(), which return BYTEARRAY representing bitmap.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 3 07:16:16 2005 UTC (19 years, 5 months ago) by saito
Branch: MAIN
Changes since 1.13: +11 -1
lines
Diff to previous 1.13 (unified)
streassen type bug fix.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 18 16:50:10 2004 UTC (19 years, 10 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +1 -64
lines
Diff to previous 1.12 (unified)
Add new matrix type, OID 24. This matrix is form of index.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 18 06:30:07 2004 UTC (20 years, 2 months ago) by saito
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (unified)
bugfix for gcc 3.3.4
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 26 07:15:46 2004 UTC (20 years, 3 months ago) by saito
Branch: MAIN
Changes since 1.10: +295 -28
lines
Diff to previous 1.10 (unified)
up date mulmatmat. Strassen type save memory areas.
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 22 07:01:40 2003 UTC (21 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (unified)
Fixed a bug in arf_mul.
Revision 1.9 / (download) - annotate - [select for diffs], Tue May 20 07:19:41 2003 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.8: +13 -13
lines
Diff to previous 1.8 (unified)
Fixed bugs in mat.c and vect.c (now they call generic arithmetic functions in parse/arith.c).
Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 27 02:59:16 2003 UTC (21 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.7: +36 -4
lines
Diff to previous 1.7 (unified)
Fixed bugs in mulmat (mat*0,0*mat -> zero matrix, mat^0 -> identity matrix etc.)
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 27 03:00:12 2002 UTC (22 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.6: +7 -1
lines
Diff to previous 1.6 (unified)
Added an argument check in mulvectmat() and mulmatvect().
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 10 02:59:10 2002 UTC (22 years, 7 months ago) by saito
Branch: MAIN
Changes since 1.5: +29 -1
lines
Diff to previous 1.5 (unified)
Some typo and add logic for Strassen part.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 1 06:27:23 2002 UTC (22 years, 8 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +16 -65
lines
Diff to previous 1.4 (unified)
bug fix for matrix size.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 4 17:08:23 2002 UTC (22 years, 10 months ago) by saito
Branch: MAIN
Changes since 1.3: +310 -38
lines
Diff to previous 1.3 (unified)
Add Strassen algorithm.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:05 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
STABLE_1_1_3,
RELEASE_1_1_3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified)
Sorry, the email address in the license agreement was incorrect.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:28 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1
lines
Diff to previous 1.1 (unified)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:08 1999 UTC (24 years, 11 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124,
RELEASE_1_1_2,
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:08 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Initial revision