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
I only need to call sphericalHarmonics() once for the highest degree I need because it computes all lesser harmonics. I call it for each harmonic I need thus wasting A LOT of time.
I only need to call sphericalHarmonics() once for the highest degree I need because it computes all lesser harmonics. I call it for each harmonic I need thus wasting A LOT of time.