Crates.io | cpntt |
lib.rs | cpntt |
version | 0.1.1 |
source | src |
created_at | 2024-11-15 15:55:07.209929 |
updated_at | 2024-11-15 17:12:47.750313 |
description | An implementation of Number Theoretic Transform for competitive programming |
homepage | |
repository | https://github.com/tayu0110/cpntt.git |
max_upload_size | |
id | 1449293 |
size | 92,227 |
This is an implementation of Number Theoretic Transform for competitive programming.
The methods in this library work efficiently in environments where AVX2 is available.
convolution
moduleThis library also provides methods that perform convolution.
These methods do not constrain the length of the input array by any modulus.
This library is published with CC0-1.0 license.
For more details, please refer to LICENSE
.