OpenMEEG
Loading...
Searching...
No Matches
om_common.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <cmath>
#include <OMassert.H>
#include <limits>
Include dependency graph for om_common.h:
This graph shows which files directly or indirectly include this file:

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)