|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Demonstrates the industrial NTT and CRT exact APIs. More...
#include <algorithm>#include <iostream>#include <string>#include <ntt.H>#include <print_rule.H>#include <thread_pool.H>Go to the source code of this file.
Functions | |
| int | main () |
Demonstrates the industrial NTT and CRT exact APIs.
Definition in file ntt_example.cc.
| int main | ( | ) |
Definition at line 139 of file ntt_example.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::NTTExact::multiply(), Aleph::NTTExact::pmultiply(), Aleph::print_rule(), Aleph::product(), and Aleph::Array< T >::size().