GSL_SET_COMPLEX(zp, x, y)\ /* 该宏使用笛卡尔分量 (x, y) 来设置 zp 所指向的复数的实部和虚部。例如: */ GSL_SET_COMPLEX(&z, 3, 4)// z=3+4i 5.3设置复数 gsl_complex gsl_complex_rect(double x, double y)//笛卡尔坐标:z=x+i*y gsl_complex gsl_complex_polar(double r, double ...
685 + function fgsl_spline2d_set(spline, za, i, j, z) 686 + type(fgsl_spline2d), intent(in) :: spline 687 + real(fgsl_double), intent(inout) :: za(*) 688 + integer(fgsl_size_t), intent(in) :: i, j 689 + real(fgsl_double), intent(in) :: z 690 + integer...
分 一维和两维,差异不大,主要把一维的增加新的一个变量,命名在 histogram 后面加 2d 即可。大致使用的方法是,首先 gsl_histogram_alloc() 分配空间,然后 gsl_histogram_set_ranges 设置节点(或者用 gsl_histogram_set_ranges_uniform() 设置均匀的节点),最后 gsl_histogram_free()。另外还提供了复制 gsl_histogr...
Interpolation2D Linalg Math Minimize Multifit Multifit_nlin Multimin Multiroots Odeiv Permutation Poly Qrng Rng Roots Siman Sf Spline Statistics What is not implemented yet (versus GSL 2.7) GSL Capabilites not yet wrapped by PyGSL Sorting
1.8.5 bspline\bspline.h 19 1.9模块定义文件19 1.10编译GSL 23 1.10.1接口变量23 1.10.2普通接口函数23 1.10.3准内联接口函数24 1.11客户程序调用28 1.11.1调用GSL动态库,启用内联28 1.11.2调用GSL动态库,禁用内联29 1.11.3调用GSL静态库,启用内联29 ...
分 一维和两维,差异不大,主要把一维的增加新的一个变量,命名在 histogram 后面加 2d 即可。大致使用的方法是,首先 gsl_histogram_alloc() 分配空间,然后 gsl_histogram_set_ranges 设置节点(或者用 gsl_histogram_set_ranges_uniform() 设置均匀的节点),最后 gsl_histogram_free()。另外还提供了复制 gsl_histogr...
bspline.rb /usr/share/doc/ruby-gsl/examples/cdf.rb /usr/share/doc/ruby-gsl/examples/cheb.rb /usr/share/doc/ruby-gsl/examples/combination.rb /usr/share/doc/ruby-gsl/examples/complex/RC-lpf.rb /usr/share/doc/ruby-gsl/examples/complex/add.rb /usr/share/doc/ruby-gsl/examples/complex/...
bspline.rb /usr/share/doc/ruby-gsl/examples/cdf.rb /usr/share/doc/ruby-gsl/examples/cheb.rb /usr/share/doc/ruby-gsl/examples/combination.rb /usr/share/doc/ruby-gsl/examples/complex/RC-lpf.rb /usr/share/doc/ruby-gsl/examples/complex/add.rb /usr/share/doc/ruby-gsl/examples/complex/...
Implement 2D interpolation by exposing GSLs interp2d and spline2d fun… Jul 4, 2016 test Implement 2D interpolation by exposing GSLs interp2d and spline2d fun… Jul 4, 2016 .gitignore add file to gitignore May 10, 2016 .travis.yml ...
分 一维和两维,差异不大,主要把一维的增加新的一个变量,命名在 histogram 后面加 2d 即可。大致使用的方法是,首先 gsl_histogram_alloc() 分配空间,然后 gsl_histogram_set_ranges 设置节点(或者用 gsl_histogram_set_ranges_uniform() 设置均匀的节点),最后 gsl_histogram_free()。另外还提供了复制 gsl_histogr...