linbox
|
Standard representation of .
More...
#include <modular-double.h>
Public Member Functions | |
const Modular< double > & | operator= (const Modular< double > &F) |
unsigned long | AccBound (const Element r) const |
Max number of operations before reducing. | |
Standard representation of .
If m
is the modulus, then elements are represented in
|
inline |
Max number of operations before reducing.
r | if r=0 , we consider how many += are performable. if r=1 , then we look for the maximum axpy operations doable. |
0
if the field is too big, a positive number otherwise, -1
if infinity on general fields, it is 1
.