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.

Ancestors

Functions

nc_hiprim_clear

The reference count of prim is decreased and the pointer is set to NULL.

nc_hiprim_id
No description available.

nc_hiprim_log_all_models

Logs all models descending from parent.

nc_hiprim_set_lnSA_powspec_lnk_impl

Sets the implementation for computing the adiabatic scalar power spectrum.

nc_hiprim_set_lnT_powspec_lnk_impl

Sets the implementation for computing the tensor power spectrum.

Instance methods

nc_hiprim_SA_Ampl

Gets the scalar adiabatic power spectrum amplitude, i.e., $P_{SA}(k_\mathrm{pivot})$.

nc_hiprim_SA_powspec_k

Gets the scalar adiabatic power spectrum as a function of $k$.

nc_hiprim_T_Ampl

Gets the tensor power spectrum amplitude, i.e., $P_{T}(k_\mathrm{pivot})$.

nc_hiprim_T_SA_ratio

Gets the tensor-to-scalar ratio.

nc_hiprim_T_powspec_k

Gets the tensor power spectrum as a function of $k$.

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_get_k_pivot

Gets the value of the pivotal $k$.

nc_hiprim_get_lnk_pivot

Gets the value of the pivotal $k$.

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})$.

nc_hiprim_ref

Increases the reference count of prim by one.

nc_hiprim_set_k_pivot

Sets k_pivot to the respective property.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIPrim:k-pivot
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

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})$.

NumCosmo.HIPrimClass.testee
No description available.