Constructor

NumCosmoMathFftlogTophatwin2new

Declaration [src]

NcmFftlogTophatwin2*
ncm_fftlog_tophatwin2_new (
  gdouble lnr0,
  gdouble lnk0,
  gdouble Lk,
  guint N
)

Description [src]

Creates a new fftlog top hat window squared object.

Parameters

lnr0

Type: gdouble

Output center $\ln(r_0)$.

lnk0

Type: gdouble

Input center $\ln(k_0)$.

Lk

Type: gdouble

Input/output interval size.

N

Type: guint

Number of knots.

Return value

Type: NcmFftlogTophatwin2

A new NcmFftlogTophatwin2.

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