FNFT
fnft__akns_scatter.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) 2017-2018.
18 * Shrinivas Chimmalgi (TU Delft) 2017.
19 */
20 
27 #ifndef FNFT__AKNS_SCATTER_H
28 #define FNFT__AKNS_SCATTER_H
29 
31 
32 
62 FNFT_INT fnft__akns_scatter_matrix(const UINT D, COMPLEX const * const q,
63  COMPLEX const * const r, const REAL eps_t,
64  const UINT K, COMPLEX const * const lambda,
65  COMPLEX * const result, akns_discretization_t discretization);
66 
67 #ifdef FNFT_ENABLE_SHORT_NAMES
68 #define akns_scatter_matrix(...) fnft__akns_scatter_matrix(__VA_ARGS__)
69 #endif
70 
71 #endif
FNFT_INT
int32_t FNFT_INT
Definition: fnft_numtypes.h:56
fnft__akns_scatter_matrix
FNFT_INT fnft__akns_scatter_matrix(const UINT D, COMPLEX const *const q, COMPLEX const *const r, const REAL eps_t, const UINT K, COMPLEX const *const lambda, COMPLEX *const result, akns_discretization_t discretization)
Computes the scattering matrix and its derivative.
fnft__akns_discretization.h
Properties of the discretizations for the Korteweg-de Vries equation.