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.

Ancestors

Constructors

ncm_powspec_spline2d_new
No description available.

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.

ncm_powspec_spline2d_peek_spline2d

Peeks the current NcmSpline2d.

ncm_powspec_spline2d_ref

Increases the reference count of ps_s2d by one atomically.

ncm_powspec_spline2d_set_spline2d

Sets the NcmSpline2d to spline2d.

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

NumCosmoMath.PowspecSpline2d:spline2d
No description available.

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 NumCosmoMathPowspecSpline2dClass {
  NcmPowspecClass parent_class;
  
}

No description available.

Class members
parent_class: NcmPowspecClass

No description available.