#include "constants.h"#include "size_def.h"Include dependency graph for size.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::size |
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 | |
| 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. | |
Definition in file size.h.
|
|
|
|
|
|
|
|
||||||||||||||||
|
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(). |
|
|
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