|
The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
|
Classes | |
| class | cLinearEquation |
Functions | |
| template<class tFactors > | |
| vector< cLinearEquation < tFactors > > & | crateDiagonalForm (vector< cLinearEquation< tFactors > > &vecOfEquations) |
| template<class tFactors > | |
| void | printEquations (vector< cLinearEquation< tFactors > > vecOfInequations, ostream &outputStream) |
| vector< cLinearEquation<tFactors> >& fib::algorithms::nLinearEquation::crateDiagonalForm | ( | vector< cLinearEquation< tFactors > > & | vecOfEquations | ) |
This functions converts the given vector of equation into a diagonal form. In this form ther exsists only one factor in the liniar formular (
| vecOfEquations | a reference to the vector of equation, which to convert into the diagonal form (this is changed) |
| void fib::algorithms::nLinearEquation::printEquations | ( | vector< cLinearEquation< tFactors > > | vecOfInequations, |
| ostream & | outputStream | ||
| ) |
This function prints the given inequiations. It simply calls
| vecOfInequations | a vector with the inequiations to output |
| outputStream | a stream, wher to print the inequiations to |