Function

NumCosmoHIQG1DGaussnew

Declaration [src]

NcHIQG1DGauss*
nc_hiqg_1d_gauss_new (
  const gdouble mean,
  const gdouble alpha,
  const gdouble sigma,
  const gdouble Hi
)

Description [src]

Creates a new Gaussian wave function.

Parameters

mean

Type: const gdouble

Gaussian mean.

alpha

Type: const gdouble

Power-law.

sigma

Type: const gdouble

Gaussian width.

Hi

Type: const gdouble

Linear imaginary phase.

Return value

Type: NcHIQG1DGauss

A new NcHIQG1DGauss.

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