cpntt 0.1.0

An implementation of Number Theoretic Transform for competitive programming
Documentation
  • Coverage
  • 16.83%
    17 out of 101 items documented3 out of 39 items with examples
  • Size
  • Source code size: 105.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tayu0110/cpntt
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tayu0110

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.