linbox
ClassifyRing< Field > Struct Template Reference

Default ring category. More...

#include <field-traits.h>

Public Types

typedef RingCategories::GenericTag categoryTag
 

Detailed Description

template<class Field>
struct LinBox::ClassifyRing< Field >

Default ring category.

Field of rational numbers using GMP.

Integers modulo 2.

This is a tuned implementation of the field of integers modulo

  1. In particular, when one constructs a VectorDomain object over this field, highly optimized bit operations will be used to make vector arithmetic very fast.

This is a wrapper for the GMP rational number facility, built to the interface of the field archetype.

Member Typedef Documentation

◆ categoryTag

template<class Field>
typedef RingCategories::GenericTag categoryTag

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