1COUPLING(3) User Contributed Perl Documentation COUPLING(3)
2
3
4
6 PDL::GSLSF::COUPLING - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
15 gsl_sf_coupling_3j
16
17 Signature: (ja(); jb(); jc(); ma(); mb(); mc(); double [o]y(); double [o]e())
18
19 3j Symbols: (ja jb jc) over (ma mb mc).
20
21 gsl_sf_coupling_6j
22
23 Signature: (ja(); jb(); jc(); jd(); je(); jf(); double [o]y(); double [o]e())
24
25 6j Symbols: (ja jb jc) over (jd je jf).
26
27 gsl_sf_coupling_9j
28
29 Signature: (ja(); jb(); jc(); jd(); je(); jf(); jg(); jh(); ji(); double [o]y(); double [o]e())
30
31 9j Symbols: (ja jb jc) over (jd je jf) over (jg jh ji).
32
34 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
35 este.it> All rights reserved. There is no warranty. You are allowed to
36 redistribute this software / documentation under certain conditions.
37 For details, see the file COPYING in the PDL distribution. If this file
38 is separated from the PDL distribution, the copyright notice should be
39 included in the file.
40
41 The GSL SF modules were written by G. Jungman.
42
43
44
45perl v5.8.8 2006-12-02 COUPLING(3)