Class
NumCosmoHIPrim
Description [src]
class NumCosmo.HIPrim : NumCosmoMath.Model
{
/* No available fields */
}
Abstract class for implementing homogeneous and isotropic primordial cosmological models.
The class is abstract and should be subclassed to implement a specific model.
Functions
nc_hiprim_set_lnSA_powspec_lnk_impl
Sets the implementation for computing the adiabatic scalar power spectrum.
Instance methods
nc_hiprim_SA_Ampl
Gets the scalar adiabatic power spectrum amplitude, i.e., $P_{SA}(k_\mathrm{pivot})$.
nc_hiprim_free
Atomically decreases the reference count of prim by one. If the reference count drops to 0,
all memory allocated by prim is released.
nc_hiprim_lnSA_powspec_lnk
Gets the natural logarithm of the scalar adiabatic power spectrum as a function of $\ln(k\mathrm{Mpc})$.
nc_hiprim_lnT_powspec_lnk
Gets the natural logarithm of the tensor power spectrum as a function of $\ln(k\mathrm{Mpc})$.
Properties
Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
NumCosmoMath.Model:name
NumCosmoMath.Model:nick
NumCosmoMath.Model:params-types
NumCosmoMath.Model:reparam
NumCosmoMath.Model:scalar-params-len
NumCosmoMath.Model:sparam-array
NumCosmoMath.Model:submodel-array
NumCosmoMath.Model:vector-params-len
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct NumCosmoHIPrimClass {
gdouble (* testee) (
NcHIPrim* prim,
gdouble x
);
}
No description available.
Class members
testee: gdouble (* testee) ( NcHIPrim* prim, gdouble x )No description available.
Virtual methods
NumCosmo.HIPrimClass.lnSA_powspec_lnk
Gets the natural logarithm of the scalar adiabatic power spectrum as a function of $\ln(k\mathrm{Mpc})$.
NumCosmo.HIPrimClass.lnT_powspec_lnk
Gets the natural logarithm of the tensor power spectrum as a function of $\ln(k\mathrm{Mpc})$.