For testing
This commit is contained in:
parent
3c39a7e58f
commit
824cf59773
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ template <typename R> vector<R> poly_mult_basic(vector<R> &a, vector<R> &b) {
|
|||
}
|
||||
|
||||
#define THRESHOLD 16
|
||||
// #define THRESHOLD 1
|
||||
|
||||
/**
|
||||
* A step of the Karatsuba function.
|
||||
|
|
|
|||
Reference in a new issue