openGPMP
Open Source Mathematics Package
|
#include <openGPMP/arithmetic.hpp>
#include <openGPMP/nt/prime_test.hpp>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <random>
#include <stdio.h>
#include <string>
Go to the source code of this file.
Variables | |
gpmp::Basics | ba |
gpmp::PrimalityTest | prim |
gpmp::Basics ba |
Definition at line 55 of file prime_test.cpp.
Referenced by gpmp::PrimalityTest::carmichael_num(), gpmp::PrimalityTest::ETF(), and main().
gpmp::PrimalityTest prim |
Definition at line 56 of file prime_test.cpp.
Referenced by testing_miller_thread(), and testing_new_miller().