linbox
Data Structures | Namespaces
modular-int32.h File Reference

representation of Z/mZ over int32_t . More...

#include <math.h>
#include "linbox/linbox-config.h"
#include "linbox/integer.h"
#include "linbox/vector/vector-domain.h"
#include "linbox/field/field-interface.h"
#include "linbox/field/field-traits.h"
#include "linbox/util/debug.h"
#include <fflas-ffpack/field/modular-int32.h>
#include "linbox/randiter/modular.h"
+ Include dependency graph for modular-int32.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

class  Modular< Element >
 Prime fields of positive characteristic implemented directly in LinBox. More...
 
class  ModularRandIter< Element >
 Random field base element generator. More...
 
class  NonzeroRandIter< Field, RandIter >
 Random iterator for nonzero random numbers. More...
 
class  FieldAXPY< Field >
 FieldAXPY object. More...
 
class  MVProductDomain< Field >
 Helper class to allow specializations of certain matrix-vector products. More...
 
struct  ClassifyRing< Field >
 Default ring category. More...
 
class  Modular< int32_t >
 Specialization of Modular to int32_t element type with efficient dot product. More...
 

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

representation of Z/mZ over int32_t .