ECF 1.5
Public Member Functions | Public Attributes | Protected Attributes | List of all members
LUdek Class Reference
Inheritance diagram for LUdek:
SLAJ

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
 

Detailed Description

Definition at line 82 of file matrice.h.

Constructor & Destructor Documentation

◆ LUdek()

LUdek::LUdek ( void  )

Definition at line 370 of file matrice.cpp.

Member Function Documentation

◆ BackwardSubst()

int LUdek::BackwardSubst ( void  )

Definition at line 474 of file matrice.cpp.

◆ Decompose()

int LUdek::Decompose ( void  )

Definition at line 430 of file matrice.cpp.

◆ ForwardSubst()

int LUdek::ForwardSubst ( void  )

Definition at line 464 of file matrice.cpp.

◆ Invert()

Matrica LUdek::Invert ( Matrica M)

Definition at line 391 of file matrice.cpp.

◆ Solve()

int LUdek::Solve ( Matrica A,
Matrica X,
Matrica b 
)

Definition at line 378 of file matrice.cpp.

Member Data Documentation

◆ n

int LUdek::n
protected

Definition at line 86 of file matrice.h.

◆ P

int* LUdek::P
protected

Definition at line 85 of file matrice.h.

◆ pivot

int LUdek::pivot

Definition at line 94 of file matrice.h.


The documentation for this class was generated from the following files: