S2kit  1.1
Toolkit for working with functions defined on the sphere
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  include
  s2kit
 chebyshev_nodes.h
 cospml.h
 FST_semi_fly.h
 FST_semi_memo.h
 naive.h
 pml.h
 pmm.h
 seminaive.h
 util.h
 weights.h
  src
  legendre_polynomials
  util
 l2_norms.cRecurrence coefficients for L2-normed associated Legendre recurrence
 l2_norms.h
 vector_funcs.cVector arithmetic operations
 vector_funcs.h
 cospml.cSource code for generating cosine transforms of Pml and Gml functions
 pml.cSource code for generating table of associated Legendre functions (Pml)
 pmm.cSource code for generating L2-normed associated Legendre functions Pmm
  legendre_transform
 naive.cSource code for naive discrete Legendre transform
 seminaive.cSource code for seminaive discrete Legendre transform
 weights.cContains the function that generates the weights for a Legendre transform
  util
 chebyshev_nodes.cUtils for generating Chebyshev nodes
 util.cUtility functions needed for transforms
 FST_semi_fly.cRoutines to perform spherical harmonic transforms and convolutions on the 2-sphere using a combination of semi-naive and naive algorithms
 FST_semi_memo.cRoutines to perform convolutions on the 2-sphere using a combination of seminaive and naive algorithms
  test
  util
 csecond.cTiming function
 csecond.h
 test_conv_semi_fly.cExample of source code to convolve two real-valued functions defined on the 2-sphere. Uses seminaive algorithms
 test_conv_semi_memo.cExample of source code to convolve two real-valued functions defined on the 2-sphere. Uses seminaive algorithms
 test_DLT_naive.cExample of source code to computie forward and inverse Legendre transforms using the naive algorithm
 test_DLT_semi.cExample of source code to computie forward and inverse Legendre transforms using the seminaive algorithm
 test_s2_semi_fly.cExample of source code to computie spherical harmonic transform using the seminaive and naive algorithms
 test_s2_semi_memo.cExample of source code to computie spherical harmonic transform using the seminaive and naive algorithms
 test_s2_semi_memo_fwd.cExample of source code to computie forward spherical harmonic transform using the seminaive and naive algorithms
 test_s2_semi_memo_inv.cExample of source code to computie inverse spherical harmonic transform using the seminaive and naive algorithms