28#ifndef FNFT__NSE_FSCATTER_H
29#define FNFT__NSE_FSCATTER_H
93#ifdef FNFT_ENABLE_SHORT_NAMES
94#define nse_fscatter_numel(...) fnft__nse_fscatter_numel(__VA_ARGS__)
95#define nse_fscatter(...) fnft__nse_fscatter(__VA_ARGS__)
Computes the polynomial approximation of the combined scattering matrix.
Properties of the discretizations for the nonlinear Schroedinger equation.
fnft_nse_discretization_t
Enum that specifies discretizations and methods used to compute nonlinear Fourier transforms for the ...
Definition fnft_nse_discretization_t.h:104
FNFT_INT fnft__nse_fscatter(const FNFT_UINT D, FNFT_COMPLEX const *const q, FNFT_COMPLEX const *const r, const FNFT_REAL eps_t, FNFT_COMPLEX *const result, FNFT_UINT *const deg_ptr, FNFT_INT *const W_ptr, fnft_nse_discretization_t const discretization)
Fast computation of polynomial approximation of the combined scattering matrix.
FNFT_UINT fnft__nse_fscatter_numel(FNFT_UINT D, fnft_nse_discretization_t discretization)
Returns the length of transfer_matrix to be allocated based on the number of samples and discretizati...
size_t FNFT_UINT
Definition fnft_numtypes.h:62
double complex FNFT_COMPLEX
Definition fnft_numtypes.h:47
int32_t FNFT_INT
Definition fnft_numtypes.h:56
double FNFT_REAL
Definition fnft_numtypes.h:40