Class

NumCosmoPowspecMLCBE

Description [src]

class NumCosmo.PowspecMLCBE : NumCosmo.PowspecML
{
  /* No available fields */
}

Linear matter power spectrum from CLASS backend.

Provides the linear matter power spectrum using the CLASS backend NcCBE.

Constructors

nc_powspec_ml_cbe_new

Creates a new NcPowspecMLCBE from a new NcCBE.

nc_powspec_ml_cbe_new_full

Creates a new NcPowspecMLCBE from cbe.

Instance methods

nc_powspec_ml_cbe_get_intern_k_max
No description available.

nc_powspec_ml_cbe_get_intern_k_min
No description available.

nc_powspec_ml_cbe_peek_cbe

Peeks the NcCBE inside ps_cbe.

nc_powspec_ml_cbe_set_cbe

Sets the NcCBE to cbe.

nc_powspec_ml_cbe_set_intern_k_max

Sets the maximum mode value $k$ computed by CLASS. Values outside of these value will be extrapolated using using Eisenstein-Hu fitting function (see NcTransferFuncEH).

nc_powspec_ml_cbe_set_intern_k_min

Sets the minimum mode value $k$ computed by CLASS. Values outside of these value will be extrapolated using Eisenstein-Hu fitting function (see NcTransferFuncEH).

Methods inherited from NcPowspecML (2)
nc_powspec_ml_free

Atomically decrements the reference count of ps_ml by one. If the reference count drops to 0, all memory allocated by ps_ml is released.

nc_powspec_ml_ref

Increases the reference count of ps_ml by one atomically.

Methods inherited from NcmPowspec (29)

Please see NcmPowspec for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.PowspecMLCBE:cbe

Class backend object.

NumCosmo.PowspecMLCBE:intern-k-max

Class maximum mode $k$.

NumCosmo.PowspecMLCBE:intern-k-min

Class minimum mode $k$.

Properties inherited from NcPowspecML (4)
NumCosmo.PowspecML:kmax

The maximum mode (wave-number) value to compute $P(k,z)$.

NumCosmo.PowspecML:kmin

The minimum mode (wave-number) value to compute $P(k,z)$.

NumCosmo.PowspecML:zf

The final time (redshift) to compute $P(k,z)$.

NumCosmo.PowspecML:zi

The initial time (redshift) to compute $P(k,z)$.

Properties inherited from NcmPowspec (5)
NumCosmoMath.Powspec:kmax

The maximum mode (wave-number) value to compute $P(k,z)$.

NumCosmoMath.Powspec:kmin

The minimum mode (wave-number) value to compute $P(k,z)$.

NumCosmoMath.Powspec:reltol

The relative tolerance on the interpolation error.

NumCosmoMath.Powspec:zf

The final time (redshift) to compute $P(k,z)$.

NumCosmoMath.Powspec:zi

The initial time (redshift) to compute $P(k,z)$.

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 NumCosmoPowspecMLCBEClass {
  /* no available fields */
}

No description available.