#include "linbox-config.h"
#include "linbox/integer.h"
#include "linbox/vector/vector-domain.h"
#include "linbox/field/field-interface.h"
#include "linbox/util/debug.h"
#include <math.h>
#include <linbox/field/field-traits.h>
#include "linbox/randiter/modular.h"
Namespaces | |
namespace | LinBox |
Compounds | |
struct | ClassifyRing< Modular< int > > |
class | DotProductDomain< Modular< int > > |
class | FieldAXPY< Modular< int > > |
class | Modular< int > |
Specialization of Modular to int 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... | |
Defines | |
#define | LINBOX_MAX_INT 2147483647 |
#define | LINBOX_MAX_MODULUS 1073741824 |
|
|
|
|