#include <numpy.h>
Additional Inherited Members | |
Public Types inherited from array_info< std::array< T, N > > | |
using | type = typename array_info< T >::type |
Static Public Member Functions inherited from array_info< std::array< T, N > > | |
static void | append_extents (list &shape) |
Static Public Attributes inherited from array_info< std::array< T, N > > | |
static constexpr size_t | extent = N |
static constexpr auto | extents |
static constexpr bool | is_array = true |
static constexpr bool | is_empty = (N == 0) || array_info<T>::is_empty |