REAL(dl)
As(this, lut, cosm)
THalofit :: this
HM_tables INTENT(IN) :: lut
HM_cosmology INTENT(IN) :: cosm
REAL(dl)
delta_c(this, z, cosm, lut)
THalofit :: this
REAL(dl) INTENT(IN) :: z
HM_cosmology INTENT(IN) :: cosm
HM_tables INTENT(IN) :: lut
REAL(dl)
Delta_v(this, z, cosm)
THalofit :: this
REAL(dl) INTENT(IN) :: z
HM_cosmology INTENT(IN) :: cosm
REAL(dl)
eta(this, cosm, lut)
THalofit :: this
HM_cosmology INTENT(IN) :: cosm
HM_tables INTENT(IN) :: lut
REAL(dl)
fdamp(this, lut)
THalofit :: this
HM_tables INTENT(IN) :: lut
REAL(dl)
kstar(this, lut)
THalofit :: this
HM_tables INTENT(IN) :: lut
REAL(dl)
p_1h(this, k, lut, cosm)
THalofit :: this
REAL(dl) INTENT(IN) :: k
HM_tables INTENT(IN) :: lut
HM_cosmology INTENT(IN) :: cosm
REAL(dl)
p_2h(this, k, plin, lut, cosm)
THalofit :: this
REAL(dl) INTENT(IN) :: k
REAL(dl) INTENT(IN) :: plin
HM_tables INTENT(IN) :: lut
HM_cosmology INTENT(IN) :: cosm
character(LEN=:) allocatable
PythonClass()