[BACK]Return to call_gsl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_gsl

File: [local] / OpenXM / src / ox_gsl / call_gsl.h (download)

Revision 1.2, Wed Oct 23 07:00:43 2019 UTC (4 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1 lines

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

/* $OpenXM: OpenXM/src/ox_gsl/call_gsl.h,v 1.2 2019/10/23 07:00:43 takayama Exp $ */
void call_gsl_sf_lngamma_complex_e(void);
void call_gsl_eigen_nonsymmv(void);