Logarithm Fast Fourier Algorithm

Logarithm Fast Fourier Algorithm — Object implementing logarithm fast fourier transform

Properties

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

Types and Values

struct NcmFftlog

Object Hierarchy

    GObject
    ╰── NcmFftlog

Description

FIXME

Functions

ncm_fftlog_set_name ()

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

FIXME

Parameters

fftlog

FIXME

 

name

FIXME

 

ncm_fftlog_peek_name ()

gchar *
ncm_fftlog_peek_name (NcmFftlog *fftlog);

FIXME

Parameters

fftlog

FIXME

 

Returns

FIXME.

[transfer none]


ncm_fftlog_set_size ()

void
ncm_fftlog_set_size (NcmFftlog *fftlog,
                     guint n);

FIXME

Parameters

fftlog

FIXME

 

n

FIXME

 

ncm_fftlog_get_size ()

guint
ncm_fftlog_get_size (NcmFftlog *fftlog);

FIXME

Parameters

fftlog

FIXME

 

Returns

FIXME


ncm_fftlog_set_length ()

void
ncm_fftlog_set_length (NcmFftlog *fftlog,
                       gdouble L);

FIXME

Parameters

fftlog

FIXME

 

L

FIXME

 

ncm_fftlog_get_length ()

gdouble
ncm_fftlog_get_length (NcmFftlog *fftlog);

FIXME

Parameters

fftlog

FIXME

 

Returns

FIXME

Types and Values

struct NcmFftlog

struct NcmFftlog;

FIXME

Property Details

The “L” property

  “L”                        gdouble

Function log-period.

Flags: Read / Write / Construct Only

Default value: 1


The “N” property

  “N”                        guint

Number of knots.

Flags: Read / Write / Construct Only

Default value: 10


The “k0” property

  “k0”                       gdouble

Center value for k.

Flags: Read / Write / Construct Only

Default value: 0


The “name” property

  “name”                     gchar *

FFTW Plan wisdown name.

Flags: Read / Write / Construct Only

Default value: "fftlog_default_wisdown"


The “r0” property

  “r0”                       gdouble

Center value for r.

Flags: Read / Write / Construct Only

Default value: 0