Function sphrs::real_sh_hardcoded

source ·
pub fn real_sh_hardcoded<T: SphrsFloat>(
    l: i64,
    m: i64,
    p: &impl SHCoordinates<T>
) -> T
Expand description

Accelerated spherical harmonics.

This will use the hardcoded functions up to third order and the recursive implementation for orders >= 3.