mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Logische Operatoren hinzugefügt
This commit is contained in:
parent
19c2ef6eec
commit
f9a5e819c1
7 changed files with 59 additions and 4 deletions
|
@ -28,7 +28,7 @@ der von \texttt{MPI\_Init} erstellt wird.
|
|||
\begin{table}[h]
|
||||
\begin{tabular}{|l|l||p{3.2cm}|l|}
|
||||
\hline
|
||||
MPI datatype & C datatype & MPI datatype & C datatype \\ \hline
|
||||
\textbf{MPI datatype} & \textbf{C datatype} & \textbf{MPI datatype} & \textbf{C datatype} \\ \hline
|
||||
MPI\_INT & signed int & MPI\_FLOAT & float \\
|
||||
MPI\_UNSIGNED & unsigned int & MPI\_DOUBLE & double \\
|
||||
MPI\_CHAR & signed char & MPI\_UNSIGNED\newline{}\_CHAR & unsigned char \\ \hline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue