Classes | |
| class | atlas::size::PrimesMax< n > |
| Ordinal (position on the list of primes) of the largest prime factor of a Weyl group of rank at most n. More... | |
| class | atlas::size::PrimesMax< 8 > |
| Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most 8. More... | |
| class | atlas::size::PrimesMax< 16 > |
| Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most 16. More... | |
| class | atlas::size::PrimesMax< 32 > |
| Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most 32. More... | |
| class | atlas::size::PrimesMax< 64 > |
| Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most 64. More... | |
| class | atlas::size::SizeType< C > |
| Stores a positive integer as product of prime powers, using the first PRIMES_MAX primes. More... | |
Typedefs | |
| typedef signed char | BaseType |
| typedef unsigned char | UnsignedBaseType |
| typedef SizeType< BaseType > | Size |
Functions | |
| unsigned long | prime (size_t j) |
| template<typename C> | |
| void | factorial (SizeType< C > &, unsigned long) |
Variables | |
| const size_t | PRIMES_MAX = PrimesMax<constants::RANK_MAX>::value |
| Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most RANK_MAX. | |
|
|
|
|
|
|
|
|
||||||||||||||||
|
Synopsis: puts in a the factorial of n. Precondition: n is not greater than the PRIMES_MAX-th prime number. Definition at line 171 of file size_def.h. References atlas::size::SizeType< C >::reset(). Referenced by atlas::weylsize::weylSize(). |
|
|
Synopsis: returns the j-th prime number, counting from 0. Precondition: j < PRIMES_MAX; Definition at line 56 of file size.cpp. Referenced by atlas::size::SizeType< C >::operator *=(), atlas::size::SizeType< C >::piece(), and atlas::size::SizeType< C >::SizeType(). |
|
|
Position on the list of primes of the largest possible prime factor of a Weyl group of rank at most RANK_MAX. With RANK_MAX=16, this is 7 (for the seventh prime 17). Definition at line 106 of file size.h. Referenced by atlas::size::SizeType< BaseType >::operator!=(), atlas::size::SizeType< BaseType >::operator=(), atlas::size::SizeType< BaseType >::operator==(), atlas::size::SizeType< BaseType >::reset(), atlas::size::SizeType< C >::SizeType(), and atlas::size::SizeType< BaseType >::SizeType(). |
1.3.9.1