11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
#ifndef ELIMINATION_CUH
|
|
#define ELIMINATION_CUH
|
|
|
|
#include "gf256_mat.cuh"
|
|
|
|
struct ElimResult
|
|
{
|
|
size_t rank;
|
|
};
|
|
|
|
#endif |