NcXcorLimber

NcXcorLimber

Types and Values

Object Hierarchy

    GFlags
    ╰── NcXcorLimberImpl
    GObject
    ╰── NcmModel
        ╰── NcXcorLimber
            ├── NcXcorLimberGal
            ╰── NcXcorLimberLensing

Description

Functions

nc_xcor_limber_new_from_name ()

NcXcorLimber *
nc_xcor_limber_new_from_name (gchar *xcor_name);

This function returns a new NcXcorLimber whose type is defined by xcor_name .

Parameters

xcor_name

string which specifies the type of the observable.

 

Returns

A new NcXcorLimber.


nc_xcor_limber_ref ()

NcXcorLimber *
nc_xcor_limber_ref (NcXcorLimber *xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

Returns

xcl .

[transfer full]


nc_xcor_limber_free ()

void
nc_xcor_limber_free (NcXcorLimber *xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

nc_xcor_limber_clear ()

void
nc_xcor_limber_clear (NcXcorLimber **xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

nc_xcor_limber_impl ()

NcXcorLimberImpl
nc_xcor_limber_impl (NcXcorLimber *xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

Returns

FIXME


nc_xcor_limber_obs_len ()

guint
nc_xcor_limber_obs_len (NcXcorLimber *xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

Returns

FIXME


nc_xcor_limber_obs_params_len ()

guint
nc_xcor_limber_obs_params_len (NcXcorLimber *xcl);

FIXME

Parameters

xcl

a NcXcorLimber.

 

Returns

FIXME


nc_xcor_limber_eval_kernel ()

gdouble
nc_xcor_limber_eval_kernel (NcXcorLimber *xcl,
                            NcHICosmo *cosmo,
                            gdouble z,
                            gint l);

FIXME

Parameters

xcl

a NcXcorLimber

 

cosmo

a NcHICosmo

 

z

a gdouble

 

l

a gint

 

Returns

FIXME


nc_xcor_limber_prepare ()

void
nc_xcor_limber_prepare (NcXcorLimber *xcl,
                        NcHICosmo *cosmo);

FIXME

Parameters

xcl

a NcXcorLimber

 

cosmo

a NcHICosmo

 

nc_xcor_limber_noise_spec ()

gdouble
nc_xcor_limber_noise_spec (NcXcorLimber *xcl,
                           guint l);

FIXME

Parameters

xcl

a NcXcorLimber

 

l

a guint

 

Returns

FIXME


nc_xcor_limber_log_all_models ()

void
nc_xcor_limber_log_all_models (void);

FIXME

Types and Values

enum NcXcorLimberImpl

Members

NC_XCOR_LIMBER_EVAL_KERNEL

FIXME

 

NC_XCOR_LIMBER_PREPARE

FIXME

 

NC_XCOR_LIMBER_IMPL_ALL

#define NC_XCOR_LIMBER_IMPL_ALL (~0)