Constructor

NumCosmoMathSpectralnew_with_max_order

Declaration [src]

NcmSpectral*
ncm_spectral_new_with_max_order (
  guint max_order
)

Description [src]

Creates a new NcmSpectral object with specified maximum order.

Parameters

max_order

Type: guint

Maximum refinement level k (N_max = 2^max_order + 1).

Return value

Type: NcmSpectral

A new NcmSpectral.

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