Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Namespaces | Functions | Variables
mathfce.h File Reference
#include <limits>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mathfce
 

Functions

bool mathfce::IsZero (double)
 
bool mathfce::IsEqual (double, double)
 
double Determinant3 (double[3][3])
 

Variables

const double epsilon = std::numeric_limits<double>::epsilon()
 

Function Documentation

double Determinant3 ( double  [3][3])

Definition at line 20 of file mathfce.cpp.

Here is the caller graph for this function:

Variable Documentation

const double epsilon = std::numeric_limits<double>::epsilon()

Definition at line 6 of file mathfce.h.