Up to [local] / OpenXM / src / asir-port / cgi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 16 07:32:21 2015 UTC (9 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +10 -1
lines
Diff to previous 1.10 (colored) to selected 1.2 (colored)
fd_hessian2(A,B,C,Xval) and r_fd_hessian2(A,B,C,Xval) are added to cgi-asir-r-fd2.sh
Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 11 07:28:45 2015 UTC (9 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored) to selected 1.2 (colored)
A file for test functions tmp_hook.rr will be loaded.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 1 04:23:15 2015 UTC (9 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +21 -10
lines
Diff to previous 1.8 (colored) to selected 1.2 (colored)
The option prec controls the precision from decimal expression to rational expression. r_ahmat and r_log_ahmat and r_expect becomes slower when prec becomes larger.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 28 11:39:13 2015 UTC (9 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.7: +31 -2
lines
Diff to previous 1.7 (colored) to selected 1.2 (colored)
a_ahmat, r_ahmat return [Z,[[d11 Z, d12 Z, ...],[d21 Z, d22 Z, ...]] a_log_ahmat and r_log_ahmat return approximate value of [log Z, [[d11 Z/Z, d12 Z/Z, ...],[d21 Z/Z, d22 Z/Z, ...]]
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 25 04:47:50 2015 UTC (9 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.6: +10 -5
lines
Diff to previous 1.6 (colored) to selected 1.2 (colored)
Added a_ahvec which returns the exact value (cf. r_ahvec returns an approximate value)
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 12 08:29:53 2014 UTC (9 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.5: +14 -1
lines
Diff to previous 1.5 (colored) to selected 1.2 (colored)
Expections can be computed.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 27 02:14:40 2014 UTC (10 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)
r_ahvec(A,B,C,Y) accepts some degerate parameters A,B,C. In particular, the case of C <= 0, C \in Z is accepted.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 6 07:39:47 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.3: +27 -2
lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)
rats2(X) translates double X into a rational number by a naive method.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 31 07:00:41 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +15 -1
lines
Diff to previous 1.2 (colored)
r_d2rat(Y) translates Y into an approximate rational number.
Revision 1.2 / (download) - annotate - [selected], Thu Jul 31 06:24:11 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -0
lines
Diff to previous 1.1 (colored)
Fixed bug on the output format.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 27 03:18:44 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Diff to selected 1.2 (colored)
A CGI script for R to evaluate FD by contiguity relations.