File: gsl.rb

package info (click to toggle)
ruby-gsl 2.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,892 kB
  • ctags: 5,459
  • sloc: ansic: 61,660; ruby: 15,656; sh: 19; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
begin
  require 'narray'
rescue LoadError
end

begin
  require 'nmatrix/nmatrix'
rescue LoadError
end

require 'gsl_native'
require 'gsl/version'
require 'gsl/oper'