Class
NumCosmoPowspecMNL
Description [src]
abstract class NumCosmo.PowspecMNL : NumCosmoMath.Powspec
{
/* No available fields */
}
Abstrac class for non-linear matter power spectrum implementation.
This module comprises the set of functions to compute a power spectrum and derived quantities.
Functions
nc_powspec_mnl_clear
If ps_mnl is different from NULL,
atomically decrements the reference count of ps_mnl by one.
If the reference count drops to 0,
all memory allocated by ps_mnl is released and ps_mnl is set to NULL.
Instance methods
nc_powspec_mnl_free
Atomically decrements the reference count of ps_mnl by one.
If the reference count drops to 0, all memory allocated by ps_mnl is released.
Methods inherited from NcmPowspec (29)
Please see NcmPowspec for a full list of methods.
Properties
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.