Class

NumCosmoPowspecMLSpline

Description [src]

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

Class for linear matter power spectrum from a 1d-spline.

Provides a linear matter power spectrum as a function of mode $k$ at a redshift $z_0$ computing a spline, whose knots and the respective $P(k, z = z_0)$ values are provided in a file. The time evolution of the power spectrum is computed using the growth function.

Constructors

nc_powspec_ml_spline_new

Creates a new NcPowspecMLSpline from a spline Pk of the power spectrum, $P(k, z=z_0)$ at a given redshift $z_0$.

Instance methods

nc_powspec_ml_spline_peek_spline
No description available.

nc_powspec_ml_spline_set_spline

Attributes a spline of the power spectrum at a redshift $z_0$, P(k, z_0), from Pk.

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.PowspecMLSpline:spline
No description available.

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 NumCosmoPowspecMLSplineClass {
  NcPowspecMLClass parent_class;
  
}

No description available.

Class members
parent_class: NcPowspecMLClass

No description available.