ndarray
NumPy-friendly multidimensional arrays in C++
|
Traits for Array. More...
#include "ndarray_fwd.h"
#include "ndarray/ExpressionTraits.h"
#include "ndarray/detail/Core.h"
#include <boost/mpl/int.hpp>
#include <boost/mpl/bool.hpp>
Go to the source code of this file.
Classes | |
struct | ndarray::detail::Convertible< N, T2, C2, T1, C1 > |
struct | ndarray::ArrayTraits< T, N, C > |
Dimension-specialized traits shared by Array and ArrayRef. More... | |
struct | ndarray::ArrayTraits< T, 1, 0 > |
struct | ndarray::ArrayTraits< T, 1, 1 > |
struct | ndarray::ArrayTraits< T, 1,-1 > |
struct | ndarray::ExpressionTraits< Array< T, N, C > > |
struct | ndarray::ExpressionTraits< ArrayRef< T, N, C > > |
Traits for Array.