Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Functions
matrix.cpp File Reference
#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)
 

Function Documentation

TNSolutions Gauss ( const TMatrix A,
TMVector X,
const TMVector B 
)

Definition at line 132 of file matrix.cpp.

Here is the caller graph for this function:

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.