File: gsl.rb

package info (click to toggle)
ruby-gsl 2.1.0.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,604 kB
  • sloc: ansic: 62,050; ruby: 15,845; sh: 19; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
begin
  require 'narray' if ENV['NARRAY']
rescue LoadError
end

begin
  require 'nmatrix/nmatrix' if ENV['NMATRIX']
rescue LoadError
end

require 'gsl_native'
require 'gsl/version'
require 'gsl/oper'
require 'gsl/interp2d_fix' if GSL::GSL_VERSION >= '2.0'