#include "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 "linbox/randiter/modular.h"
Namespaces | |
namespace | LinBox |
Compounds | |
struct | ClassifyRing< Modular< int32 > > |
class | DotProductDomain< Modular< int32 > > |
class | FieldAXPY< Modular< int32 > > |
class | Modular< int32 > |
Specialization of Modular to int32 element type with efficient dot product. @doc Efficient element operations for dot product, mul, axpy, by using floating point inverse of modulus (borrowed from NTL) and some use of non-normalized intermediate values. More... | |
class | MVProductDomain< Modular< int32 > > |
Defines | |
#define | LINBOX_MAX_INT 2147483647 |
|
|