Namespaces | Typedefs | Functions
x038.h File Reference
#include "xlu.h"
#include "xmatrix.h"

Go to the source code of this file.

Namespaces

 nmx::apps::x038
 

Typedefs

using nmx::apps::x038::LU = gsl::LU_Decomposition
 
using nmx::apps::x038::Matrix = LU::Matrix
 
using nmx::apps::x038::Vector = LU::Vector
 

Functions

auto nmx::apps::x038::get_output_stream (const char *name, Format fmt=Output::csv)
 get_output_stream generiere Ausgabestrom More...
 
void nmx::apps::x038::lu1 ()
 lu1 Lösung eines linearen Gleichungssystems durch LU-Zerlegung More...
 
void nmx::apps::x038::lu2 ()
 lu2 Lösung eines Gleichungssystems mit der Cramer'schen Regel More...
 
void nmx::apps::x038::lu3 ()
 lu3 Lösung eines Gleichungssystems mittels der inversen Matrix More...
 
void nmx::apps::x038::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 nmx::apps::x038::lu11 ()
 lu11 Lösung eines linearen Gleichungssystems durch LU-Zerlegung More...