#include <iostream>#include <fstream>#include <cstring>#include <cmath>#include <cstdlib>#include <cstdarg>#include <cstdio>#include "mem2d.h"Go to the source code of this file.
Classes | |
| class | Zeile |
| class | LGSys |
| class | StatInp |
Defines | |
| #define | MAXGL 20 |
| #define | MAXVAR 50 |
| #define | Delta 1E-5 |
| #define | NEG -1 |
| #define | KEINE_LOESUNG 0 |
| #define | R_IST_LOESUNG 1 |
| #define | SPEZ_LOESUNG 2 |
| #define | FREI 0 |
| #define | UNFREI 1 |
| #define | EINS 2 |
Functions | |
| double | gpow (double X, int n) |
|
|
Definition at line 56 of file regress.h. Referenced by Zeile::Mult(). |
|
|
Definition at line 65 of file regress.h. Referenced by LGSys::Berechne(). |
|
|
|
|
|
Definition at line 59 of file regress.h. Referenced by LGSys::Ausgabe_Loesung(), and LGSys::Untersuche(). |
|
|
Definition at line 54 of file regress.h. Referenced by LGSys::Eingabe(), LGSys::Init(), LGSys::LGSys(), StatInp::StatInp(), and LGSys::~LGSys(). |
|
|
Definition at line 55 of file regress.h. Referenced by LGSys::Eingabe(). |
|
|
|
|
|
Definition at line 60 of file regress.h. Referenced by LGSys::Ausgabe_Loesung(), and LGSys::Untersuche(). |
|
|
Definition at line 61 of file regress.h. Referenced by LGSys::Ausgabe_Loesung(), and LGSys::Untersuche(). |
|
|
Definition at line 64 of file regress.h. Referenced by LGSys::Berechne(), and LGSys::Loese(). |
|
||||||||||||
|
|
1.4.6