You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,8 @@ julia> norm(F-H)/norm(F)
95
95
96
96
Due to the structure of the spherical harmonic connection problem, these transforms may also be performed in-place with `lmul!` and `ldiv!`.
97
97
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
+
98
100
## Nonuniform fast Fourier transforms
99
101
100
102
The NUFFTs are implemented thanks to [Alex Townsend](https://github.com/ajt60gaibb):
0 commit comments