Function

NumCosmoHICosmoFuncMassNuInfo

Declaration

void
(* NcHICosmoFuncMassNuInfo) (
  NcHICosmo* cosmo,
  const guint nu_i,
  gdouble* mass_eV,
  gdouble* T_0,
  gdouble* xi,
  gdouble* g
)

Description

No description available.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the function.
nu_i

Type: const guint

The massive neutrino index.

mass_eV

Type: gdouble*

The neutrino mass in eV.

The argument will be set by the function.
T_0

Type: gdouble*

The neutrino temperature today.

The argument will be set by the function.
xi

Type: gdouble*

The chemical potential.

The argument will be set by the function.
g

Type: gdouble*

The degeneracy factor.

The argument will be set by the function.