|
file | test_conv_semi_fly.c [code] |
| Example of source code to convolve two real-valued functions defined on the 2-sphere. Uses seminaive algorithms.
|
|
file | test_conv_semi_memo.c [code] |
| Example of source code to convolve two real-valued functions defined on the 2-sphere. Uses seminaive algorithms.
|
|
file | test_DLT_naive.c [code] |
| Example of source code to computie forward and inverse Legendre transforms using the naive algorithm.
|
|
file | test_DLT_semi.c [code] |
| Example of source code to computie forward and inverse Legendre transforms using the seminaive algorithm.
|
|
file | test_s2_semi_fly.c [code] |
| Example of source code to computie spherical harmonic transform using the seminaive and naive algorithms.
|
|
file | test_s2_semi_memo.c [code] |
| Example of source code to computie spherical harmonic transform using the seminaive and naive algorithms.
|
|
file | test_s2_semi_memo_fwd.c [code] |
| Example of source code to computie forward spherical harmonic transform using the seminaive and naive algorithms.
|
|
file | test_s2_semi_memo_inv.c [code] |
| Example of source code to computie inverse spherical harmonic transform using the seminaive and naive algorithms.
|
|