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... | |
| using nmx::apps::x038::LU = typedef gsl::LU_Decomposition |
| using nmx::apps::x038::Matrix = typedef LU::Matrix |
| using nmx::apps::x038::Vector = typedef LU::Vector |
|
inline |
|
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
|
inline |
|
inline |
|
inline |
1.8.13