Constructor

NumCosmoDEContnew

Declaration [src]

NcDECont*
nc_de_cont_new (
  const gdouble Omegaw,
  const gdouble OmegaL,
  const gdouble cs2,
  const gdouble w
)

Description [src]

Creates a new NcDECont object.

Parameters

Omegaw

Type: const gdouble

The value of $\Omega_w$.

OmegaL

Type: const gdouble

The value of $\Omega_\Lambda$.

cs2

Type: const gdouble

The value of $c_s^2$.

w

Type: const gdouble

The value of $w$.

Return value

Type: NcDECont

A new NcDECont.

The caller of the function takes ownership of the data, and is responsible for freeing it.