Up to [local] / OpenXM / src / ox_gsl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 26 04:31:10 2019 UTC (5 years ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (unified)
bug fix of call_gsl_eigen (memory free).
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 23 07:00:43 2019 UTC (5 years ago) by takayama
Branch: MAIN
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