Top | ![]() |
![]() |
![]() |
![]() |
Functions
NcmFftlog * | ncm_fftlog_ref () |
void | ncm_fftlog_free () |
void | ncm_fftlog_clear () |
void | ncm_fftlog_set_name () |
gchar * | ncm_fftlog_peek_name () |
void | ncm_fftlog_set_size () |
guint | ncm_fftlog_get_size () |
void | ncm_fftlog_set_length () |
gdouble | ncm_fftlog_get_length () |
void | ncm_fftlog_eval_by_vector () |
void | ncm_fftlog_eval_by_function () |
NcmVector * | ncm_fftlog_get_vector_lnr () |
NcmVector * | ncm_fftlog_get_vector_Gr () |
Functions
ncm_fftlog_set_size ()
void ncm_fftlog_set_size (NcmFftlog *fftlog
,guint n
);
Sets the number of knots where the integrated function is evaluated.
ncm_fftlog_get_size ()
guint
ncm_fftlog_get_size (NcmFftlog *fftlog
);
Gets the number of knots N where the integrated function is evaluated.
ncm_fftlog_set_length ()
void ncm_fftlog_set_length (NcmFftlog *fftlog
,gdouble Lk
);
Sets the length of the period Lk
, where the function is periodic in logarithmic space log10 (r).
ncm_fftlog_get_length ()
gdouble
ncm_fftlog_get_length (NcmFftlog *fftlog
);
Gets the value of the period, where the function is periodic in logarithmic space log10 (r).
ncm_fftlog_eval_by_vector ()
void ncm_fftlog_eval_by_vector (NcmFftlog *fftlog
,NcmVector *Fk
);
FIXME
ncm_fftlog_eval_by_function ()
void ncm_fftlog_eval_by_function (NcmFftlog *fftlog
,gsl_function *Fk
);
FIXME
Property Details
The “Lk”
property
“Lk” gdouble
Function log-period.
Flags: Read / Write / Construct Only
Default value: 1
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
Default value: "fftlog_default_wisdown"
The “r0”
property
“r0” gdouble
Center value for r.
Flags: Read / Write / Construct Only
Default value: 0