Logarithm Fast Fourier Algorithm

Logarithm Fast Fourier Algorithm — Object implementing logarithm fast fourier transform

Object Hierarchy

  GObject
   +----NcmFftlog

Properties

  "L"                        gdouble               : Read / Write / Construct Only
  "N"                        guint                 : Read / Write / Construct Only
  "k0"                       gdouble               : Read / Write / Construct Only
  "name"                     gchar*                : Read / Write / Construct Only
  "r0"                       gdouble               : Read / Write / Construct Only

Description

FIXME

Details

struct NcmFftlogClass

struct NcmFftlogClass {
};

struct NcmFftlog

struct NcmFftlog;

FIXME


ncm_fftlog_set_name ()

void                ncm_fftlog_set_name                 (NcmFftlog *fftlog,
                                                         const gchar *name);

FIXME

fftlog :

FIXME

name :

FIXME

ncm_fftlog_peek_name ()

gchar *             ncm_fftlog_peek_name                (NcmFftlog *fftlog);

FIXME

fftlog :

FIXME

Returns :

FIXME. [transfer none]

ncm_fftlog_set_size ()

void                ncm_fftlog_set_size                 (NcmFftlog *fftlog,
                                                         guint n);

FIXME

fftlog :

FIXME

n :

FIXME

ncm_fftlog_get_size ()

guint               ncm_fftlog_get_size                 (NcmFftlog *fftlog);

FIXME

fftlog :

FIXME

Returns :

FIXME

ncm_fftlog_set_length ()

void                ncm_fftlog_set_length               (NcmFftlog *fftlog,
                                                         gdouble L);

FIXME

fftlog :

FIXME

L :

FIXME

ncm_fftlog_get_length ()

gdouble             ncm_fftlog_get_length               (NcmFftlog *fftlog);

FIXME

fftlog :

FIXME

Returns :

FIXME

Property Details

The "L" property

  "L"                        gdouble               : Read / Write / Construct Only

Function log-period.

Default value: 1


The "N" property

  "N"                        guint                 : Read / Write / Construct Only

Number of knots.

Default value: 10


The "k0" property

  "k0"                       gdouble               : Read / Write / Construct Only

Center value for k.

Default value: 0


The "name" property

  "name"                     gchar*                : Read / Write / Construct Only

FFTW Plan wisdown name.

Default value: "fftlog_default_wisdown"


The "r0" property

  "r0"                       gdouble               : Read / Write / Construct Only

Center value for r.

Default value: 0