Look-up-table that contains precomputed associated Legendre functions. More...
Public Attributes | |
integer | lmax_lut = 0 |
Maximal spherical harmonic to consider. More... | |
integer | ntheta_lut = 0 |
Number of points for theta. More... | |
real(s2_dp), dimension(:,:), allocatable | table_lut |
Contains the values of the Legendre functions. Indexed by table_LUT(1:lmax,0:Ntheta-1). More... | |
Look-up-table that contains precomputed associated Legendre functions.
Definition at line 42 of file bianchi2_lut_mod.f90.
integer bianchi2_lut_mod::bianchi2_lut::lmax_lut = 0 |
Maximal spherical harmonic to consider.
Definition at line 45 of file bianchi2_lut_mod.f90.
integer bianchi2_lut_mod::bianchi2_lut::ntheta_lut = 0 |
Number of points for theta.
Definition at line 47 of file bianchi2_lut_mod.f90.
real(s2_dp), dimension(:,:), allocatable bianchi2_lut_mod::bianchi2_lut::table_lut |
Contains the values of the Legendre functions. Indexed by table_LUT(1:lmax,0:Ntheta-1).
Definition at line 50 of file bianchi2_lut_mod.f90.