Up to [local] / OpenXM / src / ox_ntl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Thu Nov 27 14:24:32 2003 UTC (20 years, 11 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.9: +1 -1
lines
FILE REMOVED
added configure
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 17 12:04:20 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.8: +19 -9
lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)
fix a bug
Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 15 09:06:20 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.7: +13 -11
lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
block interrupt input. add ox_ntl command "lll" e.g. [1081] M=newmat(2,2,[[10,0],[-7,3]]); [ 10 0 ] [ -7 3 ] [1082] ntl.lll(PID, M); [ 3 3 ] [ 4 -6 ] add local cmo-object
Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 14 03:20:07 2003 UTC (21 years ago) by ohara
Branch: MAIN
Changes since 1.6: +11 -13
lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
The fetch-ntl target uses oxfetch.sh.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 12 13:31:45 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.5: +6 -3
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
fixed a bug. OpenXM_HOME = ../.. ==> ${PWD}/../..
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 12 12:56:05 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.4: +5 -3
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
set OpenXM_HOME = ../.. set LD_LIBRARY_PATH = ${OpenXM_HOME}/lib in build-ntl
Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 8 12:35:08 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.3: +20 -8
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
added signal handler - SIGUSR1 move stack functions oxserv.c ==> oxstack.c oxserv.h ==> oxstack.h move convert functions ntl.cpp ==> ntlconv.cpp
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 7 13:41:37 2003 UTC (21 years ago) by iwane
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
build NTL with GMP
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 3 22:06:09 2003 UTC (21 years ago) by ohara
Branch: MAIN
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
wget requires an option "--no-directories".
Revision 1.1 / (download) - annotate - [selected], Mon Nov 3 03:11:21 2003 UTC (21 years ago) by iwane
Branch: MAIN
added ox_ntl install `NTL' % make install-ntl install ox_ntl % make install EX. [1028] load("ntl.rr")$ [1040] F=ntl.ex_data(4); x^16-136*x^14+6476*x^12-141912*x^10+1513334*x^8-7453176*x^6+13950764*x^4-5596840*x^2+46225 [1041] F=F*subst(F,x,x+1)$ [1042] ntl.factor(PID,F); [[1,1],[x^16+16*x^15-16*x^14-1344*x^13-4080*x^12+32576*x^11+157376*x^10-255232*x^9-2062624*x^8-249088*x^7+10702080*x^6+9126912*x^5-18643712*x^4-24167424*x^3+2712576*x^2+10653696*x+2324736,1],[x^16-136*x^14+6476*x^12-141912*x^10+1513334*x^8-7453176*x^6+13950764*x^4-5596840*x^2+46225,1]]