Powered by Apache

CVS log for OpenXM/src/hgm/mh/src/Makefile

[BACK] Up to [local] / OpenXM / src / hgm / mh / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 27 09:41:38 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +7 -1 lines
Diff to previous 1.21 (colored)

The target install installs hgm_jack-n and hgm_w-n under OpenXM/bin

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 30 01:10:18 2016 UTC (7 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Removed warnings by -Wpedantic.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 13 02:18:59 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored)

Both of code-n.c (for 1F1) and code-n-2f1.c (for 2F1) are included in hgm_w-n
New input data format is installed.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 9 05:56:38 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.18: +7 -4 lines
Diff to previous 1.18 (colored)

The usage is updated.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 1 11:37:14 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

hgm_w-n-2f1 is still under developement.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 31 10:43:16 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16 (colored)

hgm_jack-n-2f1, hgm_w-n-2f1 are debugging version of hgm_jack-n and hgm_w-n for 2F1.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 31 02:06:16 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Initial code for a RK for matrix 2F1.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 2 23:03:33 2015 UTC (9 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored)

Added a sample option to use the AddressSanitizer.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 24 05:59:43 2015 UTC (9 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.13: +9 -4 lines
Diff to previous 1.13 (colored)

printf --> oxprintf
fprintf(stderr, --> oxprintf(

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 14 02:21:40 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored)

mh_parse for parsing input files is added.
See main() in sfile.c.
In order to executing a demo, make test3 and ./test3

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 8 04:54:01 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored)

New options: --strategy n --abserr e1 --relerr e2
 If n==0, then the 4th Runge-Kutta is used.
If n==1, then the adaptive 4th Runge-Kutta is used where e1 is the absolute error and e2 is the relative error
to control the step size.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 7 07:02:18 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.10: +18 -7 lines
Diff to previous 1.10 (colored)

The gls adaptive Runge-Kutta is used (cf. NO_GSL).
Relative error bound should be used.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 5 05:26:07 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)

Calling R_CheckUserInterrupt to catch the "stop" signal in R.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 5 00:43:29 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.8: +7 -3 lines
Diff to previous 1.8 (colored)

Use of R_alloc ifndef STANDALONE (R mode).
Use of error in mh_exit ifndef STANDALONE (R mode).

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 24 21:36:49 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Debugging a memory leak caused when main() is executed in mh.c.
It is still under progress. #ticket 2013-02-25-a#

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 23 06:01:15 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

mh_cwishart_hgm() evaluates the cumulative distribution function
of the first eigenvalue of wishart matrix by Koev-Edelman alg
and HGM.
See main and main1 in mh.c as an example of the usage.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 21 07:30:56 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.5: +10 -3 lines
Diff to previous 1.5 (colored)

1. JK_byFile is introduced.
2. jk_freeWorkArea() and jk_initialzeWorkArea().
3. The --bystring option is implemented.
4. Repeated use of jk_main outputs wrong answers. Try ./test2 Testdata/tmp-idata3.txt
   This bug has not been fixed. (#ticket 2013-02-21-a#)
5. A bug of mh_fputs is fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 21 01:31:03 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

All standalone commands have the prefix hgm_.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 20 05:56:16 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

mh_exit(0x7fffffff) changes the mode of this function to the standalone mode.
Initial version of jack-n.c of evaluating the matrix hypergeometric function
by Koev-Edelman's algorithm.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 20 05:20:49 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +10 -6 lines
Diff to previous 1.2 (colored)

It accepts the --bystring mode. In which, input and results are stored
in strings.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 19 08:03:14 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Intermediate commit of the work of today. Porting is still in progress.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 19 03:06:19 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN

Preliminary codes and test data of the porting of OpenXM/Math/1F1/hgd-1F1.tar.gz.

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>