Constructor
NumCosmoDEContnew
Declaration [src]
NcDECont*
nc_de_cont_new (
const gdouble Omegaw,
const gdouble OmegaL,
const gdouble cs2,
const gdouble w
)
Parameters
Omegaw-
Type:
const gdoubleThe value of $\Omega_w$.
OmegaL-
Type:
const gdoubleThe value of $\Omega_\Lambda$.
cs2-
Type:
const gdoubleThe value of $c_s^2$.
w-
Type:
const gdoubleThe 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. |