NpyHeaderInfo

NpyHeaderInfo

struct NpyHeaderInfo (
size_t N
) {}

Members

Variables

descr
string descr;

numpy type info discription

shape
ptrdiff_t[N] shape;

numpy array shape

Meta