FNFT
Loading...
Searching...
No Matches
fnft__kdv_finvscatter.h
Go to the documentation of this file.
1/*
2 * This file is part of FNFT.
3 *
4 * FNFT is free software; you can redistribute it and/or
5 * modify it under the terms of the version 2 of the GNU General
6 * Public License as published by the Free Software Foundation.
7 *
8 * FNFT is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *
16 * Contributors:
17 * Sander Wahls (TU Delft) 2018, 2020.
18 */
19
26#ifndef FNFT__KDV_FINVSCATTER_H
27#define FNFT__KDV_FINVSCATTER_H
28
30
46 const FNFT_UINT deg,
47 FNFT_COMPLEX * const transfer_matrix,
48 FNFT_COMPLEX * const q,
49 const FNFT_REAL eps_t,
50 const fnft_kdv_discretization_t discretization);
51
52#ifdef FNFT_ENABLE_SHORT_NAMES
53#define kdv_finvscatter(...) fnft__kdv_finvscatter(__VA_ARGS__)
54#endif
55
56#endif
Properties of the discretizations for the Korteweg-de Vries equation.
fnft_kdv_discretization_t
Enum that specifies discretizations and methods used to compute nonlinear Fourier transforms for the ...
Definition fnft_kdv_discretization_t.h:116
FNFT_INT fnft__kdv_finvscatter(const FNFT_UINT deg, FNFT_COMPLEX *const transfer_matrix, FNFT_COMPLEX *const q, const FNFT_REAL eps_t, const fnft_kdv_discretization_t discretization)
Recovers the samples that corresponding to a transfer matrix fast.
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