MCKL
Monte Carlo Kernel Library
Namespaces | Functions
is_equal.hpp File Reference
#include <cmath>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Namespaces

 mckl
 

Functions

bool mckl::is_equal (const float &v1, const float &v2)
 
bool mckl::is_equal (const double &v1, const double &v2)
 
bool mckl::is_equal (const long double &v1, const long double &v2)
 
template<typename T , typename Alloc >
bool mckl::is_equal (const std::vector< T, Alloc > &v1, const std::vector< T, Alloc > &v2)