Class

NumCosmoGalaxyRedshiftPop

Description [src]

class NumCosmo.GalaxyRedshiftPop : NumCosmoMath.Model
{
  /* No available fields */
}

Class describing galaxy sample redshift distributions.

This class describes a galaxy sample redshift distributions.

Ancestors

Functions

nc_galaxy_redshift_pop_clear

Decreases the reference count of gsdrp by one, and sets the pointer gsdrp to NULL.

nc_galaxy_redshift_pop_id
No description available.

Instance methods

nc_galaxy_redshift_pop_eval

Evaluates the galaxy sample redshift distribution at redshift z.

nc_galaxy_redshift_pop_free

Decreases the reference count of gsdrp by one.

nc_galaxy_redshift_pop_gen

Generates a redshift value from the galaxy sample redshift distribution.

nc_galaxy_redshift_pop_get_lim

Gets the redshift limits of the galaxy sample redshift distribution.

nc_galaxy_redshift_pop_ln_eval

Evaluates the galaxy sample redshift distribution at redshift z.

nc_galaxy_redshift_pop_ref

Increases the reference count of gsdrp by one.

nc_galaxy_redshift_pop_set_lim

Sets the redshift limits of the galaxy sample redshift distribution.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.GalaxyRedshiftPop:lim

Galaxy sample redshift distribution limits.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

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 NumCosmoGalaxyRedshiftPopClass {
  gdouble (* gen) (
    NcGalaxyRedshiftPop* gsdrp,
    NcmRNG* rng
  );
  gdouble (* eval) (
    NcGalaxyRedshiftPop* gsdrp,
    gdouble z
  );
  gdouble (* ln_eval) (
    NcGalaxyRedshiftPop* gsdrp,
    gdouble z
  );
  void (* set_lim) (
    NcGalaxyRedshiftPop* gsdrp,
    const gdouble z_min,
    const gdouble z_max
  );
  void (* get_lim) (
    NcGalaxyRedshiftPop* gsdrp,
    gdouble* z_min,
    gdouble* z_max
  );
  
}

No description available.

Class members
gen: gdouble (* gen) ( NcGalaxyRedshiftPop* gsdrp, NcmRNG* rng )

No description available.

eval: gdouble (* eval) ( NcGalaxyRedshiftPop* gsdrp, gdouble z )

No description available.

ln_eval: gdouble (* ln_eval) ( NcGalaxyRedshiftPop* gsdrp, gdouble z )

No description available.

set_lim: void (* set_lim) ( NcGalaxyRedshiftPop* gsdrp, const gdouble z_min, const gdouble z_max )

No description available.

get_lim: void (* get_lim) ( NcGalaxyRedshiftPop* gsdrp, gdouble* z_min, gdouble* z_max )

No description available.

Virtual methods

NumCosmo.GalaxyRedshiftPopClass.eval

Evaluates the galaxy sample redshift distribution at redshift z.

NumCosmo.GalaxyRedshiftPopClass.gen

Generates a redshift value from the galaxy sample redshift distribution.

NumCosmo.GalaxyRedshiftPopClass.get_lim

Gets the redshift limits of the galaxy sample redshift distribution.

NumCosmo.GalaxyRedshiftPopClass.ln_eval

Evaluates the galaxy sample redshift distribution at redshift z.

NumCosmo.GalaxyRedshiftPopClass.set_lim

Sets the redshift limits of the galaxy sample redshift distribution.