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
Hi! I'm working on problems with data defined on the n-sphere (n >= 128 or so). From looking around the documentation it seems like this library doesn't support that--do I have the right? Are you familiar with any other libraries that support it?
The text was updated successfully, but these errors were encountered:
Hi @dashstander, it only supports spherical harmonics on the 2-sphere.
I'm not sure full hyperspherical harmonic expansions on the 128-sphere are computationally tractable. But if you are looking for just the ultraspherical polynomials themselves, then yes, there are some routines for them here
\brief Pre-compute a factorization of the connection coefficients between ultraspherical polynomials in double precision so that ft_bfmv converts between expansions:
`norm1` and `norm2` govern the normalizations, either standard ( == 0) or orthonormalized ( == 1).\n
See also \ref ft_plan_ultraspherical_to_ultrasphericalf, \ref ft_plan_ultraspherical_to_ultrasphericall, and \ref ft_mpfr_plan_ultraspherical_to_ultraspherical.
Hi! I'm working on problems with data defined on the n-sphere (n >= 128 or so). From looking around the documentation it seems like this library doesn't support that--do I have the right? Are you familiar with any other libraries that support it?
The text was updated successfully, but these errors were encountered: