remove n, unnecessary

This commit is contained in:
Matti Eskelinen
2026-01-19 08:36:50 -05:00
parent 2c7fb73c2c
commit 1c35e916f0

View File

@@ -8,7 +8,6 @@ struct SinkhornKnoppArgs
{
void* out;
const void* p_x;
const index_t n;
int max_iterations;
};