#include <boost/test/unit_test.hpp>
#include <boost/multi_array.hpp>
#include <boost/multi_array/index_gen.hpp>
#include <boost/multi_array/index_range.hpp>
#include <boost/multi_array/types.hpp>
#include <boost/array.hpp>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Test |
namespace | Test::ma0_t |
Classes | |
struct | Test::ma0_t::ma0 |
Defines | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "ma" |
Typedefs | |
typedef boost::detail::multi_array::index | index_type |
typedef boost::detail::multi_array::size_type | size_type |
typedef boost::detail::multi_array::index_range < index_type, size_type > | range |
Functions | |
template<int NumRanges, int NumDims> | |
void | check (const boost::detail::multi_array::index_gen< NumRanges, NumDims > &a) |
bool | operator== (const range &lhs, const range &rhs) |
typedef boost::detail::multi_array::index_range<index_type,size_type> range |
void check | ( | const boost::detail::multi_array::index_gen< NumRanges, NumDims > & | a | ) | [inline] |