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<class T > | |
bool | OpenMEEG::almost_equal (T x, T y, double eps=1e3) |