TODO
This commit is contained in:
parent
4d31f88933
commit
8c434b7e50
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue