diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2009-01-14 10:58:32 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2009-01-14 10:58:32 +0000 |
commit | 92b9deaf8d7c2a96c3977e1204341d6b6feb1fc1 (patch) | |
tree | 6e17422343f2a63bba88422d02e5d06fdf8d7baf /src/mtx_spherical_harmonics/README | |
parent | 96987170c95a18b779cd2bfc316d88d754db4b8e (diff) |
renamed [mtx_sh] to [mtx_spherical_harmonics].
svn path=/trunk/externals/iem/iemmatrix/; revision=10549
Diffstat (limited to 'src/mtx_spherical_harmonics/README')
-rw-r--r-- | src/mtx_spherical_harmonics/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mtx_spherical_harmonics/README b/src/mtx_spherical_harmonics/README new file mode 100644 index 0000000..ea26ea6 --- /dev/null +++ b/src/mtx_spherical_harmonics/README @@ -0,0 +1,18 @@ +This directory contains the "sphbase" library C-files implementing the Legendre-polynomials, spherical harmonics, normalization constants, spherical Hankel and Bessel functions. The rotation/translation operations are currently not implemented and will be added soon. + +The C-code is published under the Gnu General Public License. + +To make the c-sources, use: + +<sphbase-path>/c_src$ make + +You will get some test routines (legendre_a, sh_normalization, sh) and the library file (sh.o). + +To test the functions, use e.g. +./legendre_a 3 +./sh_normalization 3 +./sh 3 1 0.5 0.5 + +The radial functions are currently not part of the Makefile. The near-field approximation for the spherical Bessel function hasn't been added yet. + +Franz Zotter, 2008. |