#ifndef DATASET_H #define DATASET_H #include "defines.h" struct dataset { uintmatrix cols; uint32_t rowcnt; }; #endif