Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <cmath>
#include "system/exc_common.hh"
#include "mesh/ngh/include/matrix.h"
#include "mesh/ngh/include/mathfce.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const TMatrix &M) |
std::ostream & | operator<< (std::ostream &stream, const TMVector &V) |
TNSolutions | Gauss (const TMatrix &A, TMVector *X, const TMVector &B) |
TNSolutions Gauss | ( | const TMatrix & | A, |
TMVector * | X, | ||
const TMVector & | B | ||
) |
std::ostream& operator<< | ( | std::ostream & | stream, |
const TMatrix & | M | ||
) |
Definition at line 48 of file matrix.cpp.
std::ostream& operator<< | ( | std::ostream & | stream, |
const TMVector & | V | ||
) |
Definition at line 58 of file matrix.cpp.