Function

NumCosmoHIQG1DExpnew

Declaration [src]

NcHIQG1DExp*
nc_hiqg_1d_exp_new (
  const gdouble n,
  const gdouble V,
  const gdouble pV
)

Description [src]

Creates a new Exponential wave function.

Parameters

n

Type: const gdouble

Power-law.

V

Type: const gdouble

Volume.

pV

Type: const gdouble

Volume momentum.

Return value

Type: NcHIQG1DExp

A new NcHIQG1DExp.

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