|
OpenMEEG
|
#include <iostream>#include <string>#include <vector>#include <cmath>#include <OMassert.H>#include <limits>

Go to the source code of this file.
Namespaces | |
| namespace | OpenMEEG |
Typedefs | |
| using | OpenMEEG::Strings = std::vector<std::string> |
Functions | |
| template<typename T > | |
| bool | OpenMEEG::almost_equal (const T x, const T y, const double eps=1e3) |