1COUPLING(3)           User Contributed Perl Documentation          COUPLING(3)
2
3
4

NAME

6       PDL::GSLSF::COUPLING - PDL interface to GSL Special Functions
7

DESCRIPTION

9       This is an interface to the Special Function package present in the GNU
10       Scientific Library.
11

FUNCTIONS

13   gsl_sf_coupling_3j
14         Signature: (ja(); jb(); jc(); ma(); mb(); mc(); double [o]y(); double [o]e())
15
16       3j Symbols:  (ja jb jc) over (ma mb mc).
17
18       gsl_sf_coupling_3j does not process bad values.  It will set the bad-
19       value flag of all output ndarrays if the flag is set for any of the
20       input ndarrays.
21
22   gsl_sf_coupling_6j
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_6j does not process bad values.  It will set the bad-
28       value flag of all output ndarrays if the flag is set for any of the
29       input ndarrays.
30
31   gsl_sf_coupling_9j
32         Signature: (ja(); jb(); jc(); jd(); je(); jf(); jg(); jh(); ji(); double [o]y(); double [o]e())
33
34       9j Symbols:  (ja jb jc) over (jd je jf) over (jg jh ji).
35
36       gsl_sf_coupling_9j does not process bad values.  It will set the bad-
37       value flag of all output ndarrays if the flag is set for any of the
38       input ndarrays.
39

AUTHOR

41       This file copyright (C) 1999 Christian Pellegrin
42       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
43       You are allowed to redistribute this software / documentation under
44       certain conditions. For details, see the file COPYING in the PDL
45       distribution. If this file is separated from the PDL distribution, the
46       copyright notice should be included in the file.
47
48       The GSL SF modules were written by G. Jungman.
49
50
51
52perl v5.36.0                      2022-07-22                       COUPLING(3)
Impressum