#ifndef ELIMINATION_CUH #define ELIMINATION_CUH #include "gf256_mat.cuh" struct ElimResult { size_t rank; }; #endif