Functions
nmx::apps::x030 Namespace Reference

Functions

void ex1 ()
 ex1 Rechnen mit Matrizen (gsl-Routinen) More...
 
void ex2 ()
 ex2 Rechnen mit Matrizen (gsl-Routinen und gsl-Sichten) More...
 
void ex3 ()
 ex3 More...
 
auto get_output_stream (const char *name, Format fmt=Output::csv)
 get_output_stream More...
 
void mat1 ()
 mat1 Initialisierungen und Zuweisungen More...
 
void mat2 ()
 mat2 Erzeuge View aus C-Feld More...
 
void mat3 ()
 mat3 Erzeuge eine Matrix aus verschachtelten Listen von Zahlen More...
 
void mat4 ()
 mat4 Einsatz des Kopierkonstruktors More...
 
void mat5 ()
 mat5 Einsatz des move-Konstruktors More...
 
void mat6 ()
 mat6 Einsatz des Zuweisungsoperators More...
 
void mat7 ()
 mat7 swap-Funktion More...
 
void mat8 ()
 mat8 direkter Zugriff auf die gsl-Routinen More...
 
void mat9 ()
 mat9 verändere Elemente mithilfe des Klammeroperators More...
 
void mat10 ()
 mat10 suche Minimum und Maximum More...
 
void mat11 ()
 mat11 algebraische Operationen mit Matrizen More...
 
void mat12 ()
 mat12 algebraische Operationen More...
 
void mat13 ()
 mat13 BLAS Matrix-Matrix Multiplikation More...
 
void mat14 ()
 mat14 BLAS Matrix-Vektor-Multiplikation More...
 
void mat15 ()
 mat15 Euler'sche Drehmatrizen More...
 
void mat16 ()
 mat16 Manipulation von Reihen und Spalten einer Matrix More...
 
void mat17 ()
 mat17 More...
 
void mat18 ()
 
void mat19 ()
 

Function Documentation

◆ ex1()

void nmx::apps::x030::ex1 ( )
inline

ex1 Rechnen mit Matrizen (gsl-Routinen)

Definition at line 14 of file x030.h.

◆ ex2()

void nmx::apps::x030::ex2 ( )
inline

ex2 Rechnen mit Matrizen (gsl-Routinen und gsl-Sichten)

Definition at line 57 of file x030.h.

◆ ex3()

void nmx::apps::x030::ex3 ( )
inline

ex3

Definition at line 102 of file x030.h.

◆ get_output_stream()

auto nmx::apps::x030::get_output_stream ( const char *  name,
Format  fmt = Output::csv 
)
inline

get_output_stream

Parameters
nameName der Datei
fmtFormatierung der Daten

Definition at line 118 of file x030.h.

◆ mat1()

void nmx::apps::x030::mat1 ( )
inline

mat1 Initialisierungen und Zuweisungen

Definition at line 127 of file x030.h.

◆ mat10()

void nmx::apps::x030::mat10 ( )
inline

mat10 suche Minimum und Maximum

Definition at line 296 of file x030.h.

◆ mat11()

void nmx::apps::x030::mat11 ( )
inline

mat11 algebraische Operationen mit Matrizen

Definition at line 318 of file x030.h.

◆ mat12()

void nmx::apps::x030::mat12 ( )
inline

mat12 algebraische Operationen

Definition at line 335 of file x030.h.

◆ mat13()

void nmx::apps::x030::mat13 ( )
inline

mat13 BLAS Matrix-Matrix Multiplikation

Definition at line 354 of file x030.h.

◆ mat14()

void nmx::apps::x030::mat14 ( )
inline

mat14 BLAS Matrix-Vektor-Multiplikation

Definition at line 370 of file x030.h.

◆ mat15()

void nmx::apps::x030::mat15 ( )
inline

mat15 Euler'sche Drehmatrizen

Definition at line 391 of file x030.h.

◆ mat16()

void nmx::apps::x030::mat16 ( )
inline

mat16 Manipulation von Reihen und Spalten einer Matrix

Definition at line 443 of file x030.h.

◆ mat17()

void nmx::apps::x030::mat17 ( )
inline

mat17

Definition at line 479 of file x030.h.

◆ mat18()

void nmx::apps::x030::mat18 ( )
inline

Definition at line 492 of file x030.h.

◆ mat19()

void nmx::apps::x030::mat19 ( )
inline

Definition at line 506 of file x030.h.

◆ mat2()

void nmx::apps::x030::mat2 ( )
inline

mat2 Erzeuge View aus C-Feld

Definition at line 144 of file x030.h.

◆ mat3()

void nmx::apps::x030::mat3 ( )
inline

mat3 Erzeuge eine Matrix aus verschachtelten Listen von Zahlen

Definition at line 164 of file x030.h.

◆ mat4()

void nmx::apps::x030::mat4 ( )
inline

mat4 Einsatz des Kopierkonstruktors

Definition at line 174 of file x030.h.

◆ mat5()

void nmx::apps::x030::mat5 ( )
inline

mat5 Einsatz des move-Konstruktors

Definition at line 188 of file x030.h.

◆ mat6()

void nmx::apps::x030::mat6 ( )
inline

mat6 Einsatz des Zuweisungsoperators

Definition at line 207 of file x030.h.

◆ mat7()

void nmx::apps::x030::mat7 ( )
inline

mat7 swap-Funktion

Definition at line 235 of file x030.h.

◆ mat8()

void nmx::apps::x030::mat8 ( )
inline

mat8 direkter Zugriff auf die gsl-Routinen

Definition at line 262 of file x030.h.

◆ mat9()

void nmx::apps::x030::mat9 ( )
inline

mat9 verändere Elemente mithilfe des Klammeroperators

Definition at line 281 of file x030.h.