FNFT
Loading...
Searching...
No Matches
fnft_manakov_discretization_t.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* Contributor:
17* Lianne de Vries (TU Delft student) 2021.
18* Sander Wahls (TU Delft) 2021.
19*/
20
27#ifndef FNFT__MANAKOV_DISCRETIZATION_T_H
28#define FNFT__MANAKOV_DISCRETIZATION_T_H
29
30#include "fnft.h"
31
88typedef enum {
89 fnft_manakov_discretization_2SPLIT3A,
90 fnft_manakov_discretization_2SPLIT3B,
91 fnft_manakov_discretization_2SPLIT4A,
92 fnft_manakov_discretization_2SPLIT4B,
93 fnft_manakov_discretization_2SPLIT6B,
94 fnft_manakov_discretization_4SPLIT4A,
95 fnft_manakov_discretization_4SPLIT4B,
96 fnft_manakov_discretization_4SPLIT6B,
97 fnft_manakov_discretization_FTES4_4A,
98 fnft_manakov_discretization_FTES4_4B,
99 fnft_manakov_discretization_FTES4_suzuki,
100 fnft_manakov_discretization_CF4_2,
101 fnft_manakov_discretization_BO,
103
104#ifdef FNFT_ENABLE_SHORT_NAMES
105#define manakov_discretization_t fnft_manakov_discretization_t
106#define manakov_discretization_2SPLIT3A fnft_manakov_discretization_2SPLIT3A
107#define manakov_discretization_2SPLIT3B fnft_manakov_discretization_2SPLIT3B
108#define manakov_discretization_2SPLIT4A fnft_manakov_discretization_2SPLIT4A
109#define manakov_discretization_2SPLIT4B fnft_manakov_discretization_2SPLIT4B
110#define manakov_discretization_2SPLIT6B fnft_manakov_discretization_2SPLIT6B
111#define manakov_discretization_4SPLIT4A fnft_manakov_discretization_4SPLIT4A
112#define manakov_discretization_4SPLIT4B fnft_manakov_discretization_4SPLIT4B
113#define manakov_discretization_4SPLIT6B fnft_manakov_discretization_4SPLIT6B
114#define manakov_discretization_FTES4_4A fnft_manakov_discretization_FTES4_4A
115#define manakov_discretization_FTES4_4B fnft_manakov_discretization_FTES4_4B
116#define manakov_discretization_FTES4_suzuki fnft_manakov_discretization_FTES4_suzuki
117#define manakov_discretization_CF4_2 fnft_manakov_discretization_CF4_2
118#define manakov_discretization_BO fnft_manakov_discretization_BO
119#endif
120
121#endif
fnft_manakov_discretization_t
Enum that specifies discretizations and methods used to compute nonlinear Fourier transforms for the ...
Definition fnft_manakov_discretization_t.h:88