File: GSL.pm

package info (click to toggle)
libpdl-gsl-perl 2.101-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: perl: 1,587; ansic: 202; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
package PDL::GSL;

use strict;
use warnings;

our $VERSION = '2.101';

=head1 NAME

PDL::GSL - PDL interface to the GNU Scientific Library

=head1 DESCRIPTION

This is an interface to the GNU Scientific Library. It contains the
following packages:

=over

=item L<PDL::GSL::CDF>

=item L<PDL::GSL::DIFF>

=item L<PDL::GSL::INTEG>

=item L<PDL::GSL::INTERP>

=item L<PDL::GSL::LINALG>

=item L<PDL::GSL::MROOT>

=item L<PDL::GSL::RNG>

=item L<PDL::GSL::SF>

=item L<PDL::Stats::Distr>

=back

=cut

1;