cpntt

Crates.iocpntt
lib.rscpntt
version0.1.1
sourcesrc
created_at2024-11-15 15:55:07.209929
updated_at2024-11-15 17:12:47.750313
descriptionAn implementation of Number Theoretic Transform for competitive programming
homepage
repositoryhttps://github.com/tayu0110/cpntt.git
max_upload_size
id1449293
size92,227
(tayu0110)

documentation

README

cpntt

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 module

This library also provides methods that perform convolution.

These methods do not constrain the length of the input array by any modulus.

License

This library is published with CC0-1.0 license.

For more details, please refer to LICENSE.

Commit count: 6

cargo fmt