ndarray
NumPy-friendly multidimensional arrays in C++
|
Forward declarations and default template parameters for ndarray. More...
#include <cstddef>
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/add_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/mpl/bool.hpp>
#include <cassert>
Go to the source code of this file.
Macros | |
#define | NDARRAY_ASSERT(ARG) assert(ARG) |
Typedefs | |
typedef std::size_t | ndarray::Size |
typedef std::ptrdiff_t | ndarray::Offset |
Enumerations | |
enum | ndarray::DataOrderEnum { ROW_MAJOR =1 , COLUMN_MAJOR =2 } |
An enumeration for stride computation. | |
Forward declarations and default template parameters for ndarray.