|
linbox
|
Standard representation of
.
More...
#include <modular-double.h>
Inheritance diagram for Modular< double >:Public Member Functions | |
| 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
| unsigned long AccBound | ( | const Element | r | ) | const [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.
1.7.4