* lagsht_spheregeom.h (.cc) : set of classes to deeal with the 2D sphere pixelization and libsharp initialization
* lagsht_geom.h : define some typedef used in the code for geometry
* lagsht_testsuite.c : a simple program to test different piece of the code
* laguerre2bessel.h (.cc) : implement the computation of Fourier-Bessel transform from Fourier-Laguerre coeff.
* lagsht_bessel.h (.cc) : simple Bessel class (use Boost)
* quadinteg.h : Quadrature integration and strategy
***root** directiry
* Makefile that should be tuned to the local platform (*.inc files)
***doc** directiry
...
...
@@ -40,9 +43,13 @@ Look at the `libsharp-code/libsharp/sharp_cxx.h` file and add if necessary
* OpenBLAS (see note Darwin below):
If the variable `CBLAS` is defined then the code of laguerreTransform.cc use the BLAS matrix multiplication highly optimized. See installation in the Readme.md using