Powered by Apache

CVS log for OpenXM/src/ox_gsl/call_gsl.h

[BACK] 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 (3 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

Modified various parts for building with Xcode-12.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 23 07:00:43 2019 UTC (4 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

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 - [select for diffs], Wed Apr 4 01:03:59 2018 UTC (6 years 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.

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>