This commit is contained in:
Abastro 2025-03-23 23:20:13 +09:00
parent 4d31f88933
commit 8c434b7e50

View file

@ -84,6 +84,8 @@ template <typename R> vector<R> poly_mult_basic(vector<R> &a, vector<R> &b) {
return res;
}
// TODO Reduce allocations
/**
* A step of the Karatsuba function.
* @param deg_bnd power-of-2 degree bound