mmCEsim 0.3.0
mmWave Channel Estimation Simulation
lang.h
Go to the documentation of this file.
1
12#ifndef _EXPORT_LANG_H_
13#define _EXPORT_LANG_H_
14
20enum class Lang {
21 CPP,
22 MATLAB,
23 OCTAVE,
24 PY,
25 IPYNB
26};
27
28#endif
Lang
Export language.
Definition: lang.h:20
@ PY
Python with NumPy library.
@ IPYNB
IPyNb with NumPy library.
@ CPP
C++ with Armadillo library.
@ MATLAB
MATLAB.
@ OCTAVE
GNU Octave.