Up to [local] / OpenXM / src / ox_gsl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 1 10:28:22 2020 UTC (4 years ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (unified) to selected 1.1 (unified)
Modified various parts for building with Xcode-12.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 23 07:00:43 2019 UTC (5 years ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (unified)
gsl.rr is the lapper of ox_gsl. Example. Ans=gsl.eigen_nonsymmv(M=matrix_list_to_matrix([[1,0],[3,4]])); calls gsl_eigen_nonsymmv() of GSL. It returns a list of (complex) eigenvalues and eigenvectors. It is still in a testing mode and ox_gsl is loaded from OpenXM/src/ox_gsl/ox_gsl
Revision 1.1 / (download) - annotate - [selected], Wed Apr 4 01:03:59 2018 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
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.