Skip to content

Commit f918bf6

Browse files
authored
Link to FastSphericalHarmonics.jl in Readme (#184)
This package provides a simpler interface to the spherical harmonic transforms defined in FastTransforms.jl
1 parent 98e8251 commit f918bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ julia> norm(F-H)/norm(F)
9595

9696
Due to the structure of the spherical harmonic connection problem, these transforms may also be performed in-place with `lmul!` and `ldiv!`.
9797

98+
See also [FastSphericalHarmonics.jl](https://github.com/eschnett/FastSphericalHarmonics.jl) for a simpler interface to the spherical harmonic transforms defined in this package.
99+
98100
## Nonuniform fast Fourier transforms
99101

100102
The NUFFTs are implemented thanks to [Alex Townsend](https://github.com/ajt60gaibb):

0 commit comments

Comments
 (0)