ALPSCore reference
Namespaces | Functions
check_size.hpp File Reference
#include <alps/type_traits/is_sequence.hpp>
#include <alps/utilities/stacktrace.hpp>
#include <boost/array.hpp>
#include <type_traits>
#include <vector>
#include <stdexcept>
#include <algorithm>
Include dependency graph for check_size.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alps
 
 alps::numeric
 

Functions

template<typename T , typename U >
void alps::numeric::check_size (T &, U const &)
 
template<typename T , typename U >
void alps::numeric::check_size (std::vector< T > &a, std::vector< U > const &b)
 
template<typename T , typename U , std::size_t N, std::size_t M>
void alps::numeric::check_size (boost::array< T, N > &a, boost::array< U, M > const &b)
 
template<typename T , typename U , std::size_t N>
void alps::numeric::check_size (boost::array< T, N > &a, boost::array< U, N > const &b)