FNFT
Modules
Here is a list of all modules:
 Fast nonlinear Fourier transforms
 Fast inverse nonlinear Fourier transforms
 Error codes
 Data types
 Macros for numerical operationsThis module contains macros to work with the numerical data types FNFT_INT, FNFT_UINT, FNFT_REAL and FNFT_COMPLEX. The purpose of these macros is to make changing one of these data types as simple as possible
 PRIVATE: Macros for raising errors and warningsThis module contains macros that can be used to raise errors and warnings.

Most FNFT functions return one of the error codes defined in the module Error codes. The return type should be FNFT_INT. The error should be risen using the corresponding macro from this group. By using these macros, error messages will be printed. The macro returns the corresponding error code. For example:

if (pointer == NULL)
return FNFT__E_NOMEM;

The function that prints the errors can be changed using fnft_errwarn_setprintf
 PRIVATE: Polynomials
 PRIVATE: Miscellaneous helper functions
 PRIVATE: Internals related to the nonlinear Schroedinger equation
 PRIVATE: Internals related to the Korteweg-de Vries equation
 PRIVATE: Wrapper for fast Fourier transform routines