Class

NumCosmoTransferFuncCAMB

Description [src]

final class NumCosmo.TransferFuncCAMB : NumCosmo.TransferFunc
{
  /* No available fields */
}

Transfer function using CAMB as backend.

This objects implements the transfer function using CAMB as backend.

Constructors

nc_transfer_func_camb_new

Creates a new NcTransferFuncCAMB object that uses CAMB as backend for computing the transfer function.

Instance methods

Methods inherited from NcTransferFunc (5)
nc_transfer_func_eval

The transfer function tf value at mode (wavenumber) kh (in $Mpc^{-1}$ units) with model cosmo.

nc_transfer_func_free

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

nc_transfer_func_prepare

Prepares the transfer function tf with model cosmo, such that one can evaluate it (#nc_transfer_func_eval).

nc_transfer_func_prepare_if_needed

Prepares (if necessary) the transfer function tf with model cosmo.

nc_transfer_func_ref

Increases the reference count of tf atomically.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 NumCosmoTransferFuncCAMBClass {
  NcTransferFuncClass parent_class;
  
}

No description available.

Class members
parent_class: NcTransferFuncClass

No description available.