diff options
author | dmcmahill <dmcmahill> | 2003-09-15 00:18:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-09-15 00:18:31 +0000 |
commit | 0e699a3310ed0b40a5fb4998b974c8c80c7132db (patch) | |
tree | 4dc97b8ddedfb122c59a7788e8db9111bcf06f0a /math/ruby-gsl/PLIST | |
parent | 310f586376210b73d7201ccb317f22504cc02709 (diff) | |
download | pkgsrc-0e699a3310ed0b40a5fb4998b974c8c80c7132db.tar.gz |
import ruby-gsl-0.1.9
This is a port of the GNU Scientific Library to the Ruby programming language.
Things from GSL you can use in ruby-gsl:
- some error handling (ch. 3 in the GSL documentation)
- basic mathematical functions (ch. 4)
- complex numbers (ch. 5)
- functions for polynomial evaluation/roots (ch. 6)
- most "special functions" (ch. 7)
- vectors and matrices (ch. 8)
- permutations (ch. 9)
- combinations (ch. 10)
- BLAS support (ch. 12)
- linear algebra (ch. 13)
- eigensystems (ch. 14)
- numerical integration (ch. 16)
- random number generation (ch. 17)
- quasi-random sequences (ch. 18)
- most random number distributions (ch. 19)
- most statistical functions (ch. 20)
- histograms (ch. 21)
- Monte Carlo integration (ch. 23)
- Simulated Annealing (not reliable) (ch. 24)
- interpolation (ch. 26)
- numerical differentiation (ch. 27)
- Chebyshev approximation (ch. 28)
- series acceleration (ch. 29)
- Discrete Hankel Transforms (ch. 30)
- 1-dimensional root-finding (ch. 31)
- 1-dimensional minimization (ch. 32)
- some functions for least-squares fitting (ch. 35)
- physical constants (ch. 37)
Diffstat (limited to 'math/ruby-gsl/PLIST')
-rw-r--r-- | math/ruby-gsl/PLIST | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/math/ruby-gsl/PLIST b/math/ruby-gsl/PLIST new file mode 100644 index 00000000000..437cedb2502 --- /dev/null +++ b/math/ruby-gsl/PLIST @@ -0,0 +1,46 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/15 00:18:31 dmcmahill Exp $ +${RUBY_SITEARCHLIBDIR}/GSL.so +${RUBY_DOCDIR}/gsl/HOWTO +${RUBY_DOCDIR}/gsl/IMPLEMENTED +${RUBY_DOCDIR}/gsl/README +${RUBY_DOCDIR}/gsl/TODO +${RUBY_DOCDIR}/gsl/doc.rd +${RUBY_EXAMPLESDIR}/gsl/array.rb +${RUBY_EXAMPLESDIR}/gsl/blas.rb +${RUBY_EXAMPLESDIR}/gsl/cheb.rb +${RUBY_EXAMPLESDIR}/gsl/comb.rb +${RUBY_EXAMPLESDIR}/gsl/complex.rb +${RUBY_EXAMPLESDIR}/gsl/const.rb +${RUBY_EXAMPLESDIR}/gsl/diff.rb +${RUBY_EXAMPLESDIR}/gsl/eigen.rb +${RUBY_EXAMPLESDIR}/gsl/error.rb +${RUBY_EXAMPLESDIR}/gsl/fit.rb +${RUBY_EXAMPLESDIR}/gsl/func.rb +${RUBY_EXAMPLESDIR}/gsl/hist.rb +${RUBY_EXAMPLESDIR}/gsl/hist2d.rb +${RUBY_EXAMPLESDIR}/gsl/integration.rb +${RUBY_EXAMPLESDIR}/gsl/interp.rb +${RUBY_EXAMPLESDIR}/gsl/linalg.rb +${RUBY_EXAMPLESDIR}/gsl/linalg_complex.rb +${RUBY_EXAMPLESDIR}/gsl/matrix.rb +${RUBY_EXAMPLESDIR}/gsl/matrix_complex.rb +${RUBY_EXAMPLESDIR}/gsl/min.rb +${RUBY_EXAMPLESDIR}/gsl/monte.rb +${RUBY_EXAMPLESDIR}/gsl/multi.rb +${RUBY_EXAMPLESDIR}/gsl/perm.rb +${RUBY_EXAMPLESDIR}/gsl/poly.rb +${RUBY_EXAMPLESDIR}/gsl/qrng.rb +${RUBY_EXAMPLESDIR}/gsl/rnd.rb +${RUBY_EXAMPLESDIR}/gsl/rnd2.rb +${RUBY_EXAMPLESDIR}/gsl/rnd3.rb +${RUBY_EXAMPLESDIR}/gsl/rng.rb +${RUBY_EXAMPLESDIR}/gsl/shuffle.rb +${RUBY_EXAMPLESDIR}/gsl/siman.rb +${RUBY_EXAMPLESDIR}/gsl/solve.rb +${RUBY_EXAMPLESDIR}/gsl/special.rb +${RUBY_EXAMPLESDIR}/gsl/spline.rb +${RUBY_EXAMPLESDIR}/gsl/stats.rb +${RUBY_EXAMPLESDIR}/gsl/sum.rb +${RUBY_EXAMPLESDIR}/gsl/vector.rb +@dirrm ${RUBY_DOCDIR}/gsl +@dirrm ${RUBY_EXAMPLESDIR}/gsl |