Up to [local] / OpenXM / src / ox_gsl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Sat Apr 7 03:30:50 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1
lines
FILE REMOVED
configure script (tested only on MacOS and FreeBSD).
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 4 01:03:59 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.3: +6 -3
lines
Diff to previous 1.3 (unified) to selected 1.2 (unified)
ox_eval.c is linked to ox_gsl. Pid=ox_launch(0,getenv("OpenXM_HOME")+"/src/ox_gsl/ox_gsl"); ox_cmo_rpc(Pid,"test_ox_eval",quote(x+1)); ox_pop_cmo(Pid); does not return the correct value. We need debugs.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 30 04:43:16 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (unified)
An error handling function myhander() is added.
Revision 1.2 / (download) - annotate - [selected], Thu Mar 29 11:52:17 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +7 -6
lines
Diff to previous 1.1 (unified)
The complex gamma function implemented in GSL is installed. Ex. ox_launch(0,"/Users/nobuki/OX4/OpenXM/src/ox_gsl/ox_gsl"); 0 [1916] ox_cmo_rpc(0,"gsl_sf_lngamma_complex_e",3,0); ox_pop_cmo(0); 0 [1917] [0.693147,0,0] [log( |Gamma(z)| ), arg( Gamma(z)), status] [1918] ox_cmo_rpc(0,"gsl_sf_lngamma_complex_e",3,2); ox_pop_cmo(0); 0 [1919] [4.44406e+15,2.32392,0] CVS ----------------------------------------------------------------------
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 29 05:47:11 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
Diff to selected 1.2 (unified)
The initial skelton for ox_gsl ex. Pid=ox_launch(0,Path_of_ox_gsl+"/ox_gsl"); ox_cmo_rpc(Pid,"add_int32",2,3); ox_pop_cmo(Pid);