23 lines
623 B
TeX
23 lines
623 B
TeX
\chapter{Acronyms}
|
|
|
|
A summary of all acronyms is documented in Table \ref{tab:acro}.
|
|
|
|
\begin{longtable}{| l | l |}
|
|
\caption{A summary of acronyms used in alphabetical order.}\label{tab:acro}\\
|
|
\hline
|
|
Acronym & Abbreviation \\
|
|
\hline
|
|
DVR & Discrete variable representation \\
|
|
EC & Eigenvector continuation \\
|
|
FFT & Fast Fourier transform \\
|
|
FVEC & Finite-volume eigenvector continuation \\
|
|
GEVP & Generalized eigenvalue problem \\
|
|
GPU & Graphics processing unit \\
|
|
IRAM & Implicitly restarted Arnoldi method \\
|
|
MOR & Model-order reduction \\
|
|
PT & Perturbation theory \\
|
|
RBM & Reduced-basis method \\
|
|
\hline
|
|
\end{longtable}
|
|
|