Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Classes | Enumerations | Functions
matrix.h File Reference
#include <iostream>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TMatrix
 
class  TMVector
 

Enumerations

enum  TNSolutions {
  no_solution, one_solution, inf_solutions, badconditioned,
  singular
}
 

Functions

TNSolutions Gauss (const TMatrix &, TMVector *, const TMVector &)
 

Enumeration Type Documentation

Enumerator
no_solution 
one_solution 
inf_solutions 
badconditioned 
singular 

Definition at line 6 of file matrix.h.

Function Documentation

TNSolutions Gauss ( const TMatrix ,
TMVector ,
const TMVector  
)

Definition at line 132 of file matrix.cpp.

Here is the caller graph for this function: