ECF 1.5
|
Public Member Functions | |
int | Solve (Matrica &, Matrica &, Matrica &) |
int | Decompose (void) |
int | ForwardSubst (void) |
int | BackwardSubst (void) |
Matrica | Invert (Matrica &) |
Public Member Functions inherited from SLAJ | |
void | Load_A (char *) |
void | Load_b (char *) |
void | Save_A (char *) |
void | Save_b (char *) |
void | Set_A (Matrica &) |
void | Set_b (Matrica &) |
void | GetSolution (Matrica &) |
Public Attributes | |
int | pivot |
Protected Attributes | |
int * | P |
int | n |
Protected Attributes inherited from SLAJ | |
Matrica | A |
Matrica | b |
LUdek::LUdek | ( | void | ) |
Definition at line 370 of file matrice.cpp.
int LUdek::BackwardSubst | ( | void | ) |
Definition at line 474 of file matrice.cpp.
int LUdek::Decompose | ( | void | ) |
Definition at line 430 of file matrice.cpp.
int LUdek::ForwardSubst | ( | void | ) |
Definition at line 464 of file matrice.cpp.
Definition at line 391 of file matrice.cpp.
Definition at line 378 of file matrice.cpp.