Namespaces | Functions
x030.h File Reference
#include "xmatrix.h"
#include "xvector.h"
#include <gsl/gsl_matrix.h>
#include <iomanip>
#include <iostream>

Go to the source code of this file.

Namespaces

 nmx::apps::x030
 

Functions

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