atlas  0.6
Static Public Attributes | List of all members
atlas::size::PrimesMax< n > Class Template Reference

A template to indicate the (manually computed) ordinal (position on the list of primes) of the largest prime factor of a Weyl group of rank at most n. More...

#include <size.h>

Static Public Attributes

static const unsigned long value
 

Detailed Description

template<unsigned long n>
class atlas::size::PrimesMax< n >

A template to indicate the (manually computed) ordinal (position on the list of primes) of the largest prime factor of a Weyl group of rank at most n.

The ordinal is recorded in PrimesMax<n>::value, and used to make the SizeType class for storing Weyl group orders. This class needs instantiation only for |n| a possible value of |constants::RANK_MAX|; there powers of 2 in the order of the size of a word in terms of bits are most useful.

Member Data Documentation

template<unsigned long n>
const unsigned long atlas::size::PrimesMax< n >::value
static

The documentation for this class was generated from the following file: