Class
NumCosmoMathPowspecSpline2d
Description [src]
final class NumCosmoMath.PowspecSpline2d : NumCosmoMath.Powspec
{
/* No available fields */
}
Power spectrum implementation using a 2D spline.
NcmPowspecSpline2d is a power spectrum implementation using a 2D spline.
Functions
ncm_powspec_spline2d_clear
If ps_s2d is different from NULL,
atomically decrements the reference count of powspec by one.
If the reference count drops to 0,
all memory allocated by powspec is released and powspec is set to NULL.
Instance methods
ncm_powspec_spline2d_free
Atomically decrements the reference count of ps_s2d by one.
If the reference count drops to 0,
all memory allocated by ps_s2d 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.