hmfast.halos.profiles.MatterProfile

class hmfast.halos.profiles.MatterProfile[source]

Bases: HaloProfile

Parent matter density profile class from which matter profile classes inherit.

Child profile classes must implement real() and fourier().

Methods

fourier(halo_model, k, m, z)

real(halo_model, r, m, z)

abstractmethod fourier(halo_model, k, m, z)
abstractmethod real(halo_model, r, m, z)