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 Signature: (ja(); jb(); jc(); ma(); mb(); mc(); double [o]y(); double [o]e())
17
18 3j Symbols: (ja jb jc) over (ma mb mc).
19
20 gsl_sf_coupling_3j does not process bad values. It will set the bad-
21 value flag of all output piddles if the flag is set for any of the
22 input piddles.
23
24 gsl_sf_coupling_6j
25 Signature: (ja(); jb(); jc(); jd(); je(); jf(); double [o]y(); double [o]e())
26
27 6j Symbols: (ja jb jc) over (jd je jf).
28
29 gsl_sf_coupling_6j does not process bad values. It will set the bad-
30 value flag of all output piddles if the flag is set for any of the
31 input piddles.
32
33 gsl_sf_coupling_9j
34 Signature: (ja(); jb(); jc(); jd(); je(); jf(); jg(); jh(); ji(); double [o]y(); double [o]e())
35
36 9j Symbols: (ja jb jc) over (jd je jf) over (jg jh ji).
37
38 gsl_sf_coupling_9j does not process bad values. It will set the bad-
39 value flag of all output piddles if the flag is set for any of the
40 input piddles.
41
43 This file copyright (C) 1999 Christian Pellegrin
44 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
45 You are allowed to redistribute this software / documentation under
46 certain conditions. For details, see the file COPYING in the PDL
47 distribution. If this file is separated from the PDL distribution, the
48 copyright notice should be included in the file.
49
50 The GSL SF modules were written by G. Jungman.
51
52
53
54perl v5.12.3 2011-03-31 COUPLING(3)