Typedefs | Functions
nmx::apps::x038 Namespace Reference

Typedefs

using LU = gsl::LU_Decomposition
 
using Matrix = LU::Matrix
 
using Vector = LU::Vector
 

Functions

auto get_output_stream (const char *name, Format fmt=Output::csv)
 get_output_stream generiere Ausgabestrom More...
 
void lu1 ()
 lu1 Lösung eines linearen Gleichungssystems durch LU-Zerlegung More...
 
void lu2 ()
 lu2 Lösung eines Gleichungssystems mit der Cramer'schen Regel More...
 
void lu3 ()
 lu3 Lösung eines Gleichungssystems mittels der inversen Matrix More...
 
void lu0 ()
 lu0 LU-Zerlegung einer Matrix Originalbeispiel mit Kommentaren. Lösung eines linearen Gleichungssystems A x= b https://www.gnu.org/software/gsl/doc/html/linalg.html#examples More...
 
void lu11 ()
 lu11 Lösung eines linearen Gleichungssystems durch LU-Zerlegung More...
 

Typedef Documentation

◆ LU

Definition at line 8 of file x038.h.

◆ Matrix

Definition at line 9 of file x038.h.

◆ Vector

Definition at line 10 of file x038.h.

Function Documentation

◆ get_output_stream()

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

get_output_stream generiere Ausgabestrom

Parameters
nameDateiname
fmtFormatierungsanweisung

Definition at line 17 of file x038.h.

◆ lu0()

void nmx::apps::x038::lu0 ( )
inline

lu0 LU-Zerlegung einer Matrix Originalbeispiel mit Kommentaren. Lösung eines linearen Gleichungssystems A x= b https://www.gnu.org/software/gsl/doc/html/linalg.html#examples

Definition at line 126 of file x038.h.

◆ lu1()

void nmx::apps::x038::lu1 ( )
inline

lu1 Lösung eines linearen Gleichungssystems durch LU-Zerlegung

Definition at line 26 of file x038.h.

◆ lu11()

void nmx::apps::x038::lu11 ( )
inline

lu11 Lösung eines linearen Gleichungssystems durch LU-Zerlegung

Definition at line 168 of file x038.h.

◆ lu2()

void nmx::apps::x038::lu2 ( )
inline

lu2 Lösung eines Gleichungssystems mit der Cramer'schen Regel

Definition at line 59 of file x038.h.

◆ lu3()

void nmx::apps::x038::lu3 ( )
inline

lu3 Lösung eines Gleichungssystems mittels der inversen Matrix

Definition at line 94 of file x038.h.