class Sp_System_lin

the class to solve a linear system

Public Methods

[more] Sp_System_lin()
constructors
[more]void Print() const
Print solution
[more]void Add(Sp_Vector_lin *)
Add a line to the system
[more]int GetSol(float &x, int col)
Give the sol by his coord

Private Methods

[more]void ExchangeLines(int j, int k)
Exchange lignes
[more]int FindLine(int col, int lig)
Find a line (in line lig to the last) with a column not null
[more]void MakeNullCoef(int lig_i, int col_i, int lig_j)
the coord col_i from line_i is set to 0 whith the line lig_j


Documentation

the class to solve a linear system
o Sp_System_lin()
constructors

ovoid Print() const
Print solution

ovoid Add(Sp_Vector_lin *)
Add a line to the system

oint GetSol(float &x, int col)
Give the sol by his coord

ovoid ExchangeLines(int j, int k)
Exchange lignes

oint FindLine(int col, int lig)
Find a line (in line lig to the last) with a column not null

ovoid MakeNullCoef(int lig_i, int col_i, int lig_j)
the coord col_i from line_i is set to 0 whith the line lig_j


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.