Flow123d
jenkins-Flow123d-windows32-release-multijob-28
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
flow123d
src
mesh
ngh
include
mathfce.h
Go to the documentation of this file.
1
#ifndef mainH
2
#define mainH
3
4
#include <limits>
5
6
const
double
epsilon
=
std::numeric_limits<double>::epsilon
();
7
8
9
//#define epsilon 1e-6
10
namespace
mathfce{
11
bool
IsZero
(
double
);
12
bool
IsEqual
(
double
,
double
);
13
}
14
double
Determinant3
(
double
[3][3]);
15
#endif
mathfce::IsZero
bool IsZero(double)
Definition:
mathfce.cpp:5
Determinant3
double Determinant3(double[3][3])
Definition:
mathfce.cpp:20
epsilon
const double epsilon
Definition:
mathfce.h:6
mathfce::IsEqual
bool IsEqual(double, double)
Definition:
mathfce.cpp:12
Generated on Tue Aug 19 2014 23:38:29 for Flow123d by
1.8.7