Function

NumCosmoMathcfg_load_fftw_wisdom

Declaration [src]

gboolean
ncm_cfg_load_fftw_wisdom (
  const gchar* filename,
  ...
)

Description [src]

Loads the FFTW wisdom from filename.

This function is not directly available to language bindings.

Parameters

filename

Type: const gchar*

Filename to load the wisdom.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

Variable number of arguments for filename string.

Return value

Type: gboolean

TRUE if the wisdom was loaded.