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