MTToolBox  0.2.10
Data Structures | Namespaces | Variables
AlgorithmPrimitivity.hpp File Reference

Primitivity test. More...

#include <NTL/GF2X.h>
#include <NTL/ZZ.h>
#include <NTL/vector.h>
#include <MTToolBox/period.hpp>

Go to the source code of this file.

Data Structures

class  MTToolBox::AlgorithmPrimitivity
 Algorithm which check if given polynomial is primitive. More...
 

Namespaces

 MTToolBox
 name space for MTToolBox
 

Variables

const AlgorithmPrimitivity MTToolBox::MersennePrimitivity
 An algorithm which checks if given polynomial is a primitive polynomial of given degree for pseudo random number generator whose internal state size is Mersenne exponent. More...
 
const char * MTToolBox::prime_factors2_128_1 []
 List of prime numbers appear in the factorization of 2128-1. More...
 
const char * MTToolBox::prime_factors2_160_1 []
 List of prime numbers appear in the factorization of 2160-1. More...
 
const char * MTToolBox::prime_factors2_192_1 []
 List of prime numbers appear in the factorization of 2192-1. More...
 
const char * MTToolBox::prime_factors2_224_1 []
 List of prime numbers appear in the factorization of 2224-1. More...
 
const char * MTToolBox::prime_factors2_256_1 []
 List of prime numbers appear in the factorization of 2256-1. More...
 
const char * MTToolBox::prime_factors2_288_1 []
 List of prime numbers appear in the factorization of 2288-1. More...
 
const char * MTToolBox::prime_factors2_320_1 []
 List of prime numbers appear in the factorization of 2320-1. More...
 
const char * MTToolBox::prime_factors2_352_1 []
 List of prime numbers appear in the factorization of 2352-1. More...
 
const char * MTToolBox::prime_factors2_384_1 []
 List of prime numbers appear in the factorization of 2384-1. More...
 
const char * MTToolBox::prime_factors2_416_1 []
 List of prime numbers appear in the factorization of 2416-1. More...
 
const char * MTToolBox::prime_factors2_448_1 []
 List of prime numbers appear in the factorization of 2448-1. More...
 
const char * MTToolBox::prime_factors2_480_1 []
 List of prime numbers appear in the factorization of 2480-1. More...
 
const char * MTToolBox::prime_factors2_512_1 []
 List of prime numbers appear in the factorization of 2512-1. More...
 
const char * MTToolBox::prime_factors2_544_1 []
 List of prime numbers appear in the factorization of 2544-1. More...
 

Detailed Description

Primitivity test.

Author
Mutsuo Saito (Hiroshima University)
Makoto Matsumoto (Hiroshima University)

Copyright (C) 2013 Mutsuo Saito, Makoto Matsumoto and Hiroshima University. All rights reserved.

The 3-clause BSD License is applied to this software, see LICENSE.txt