|
linbox
|
Standard representation of
.
More...
#include <modular-double.h>
Inheritance diagram for Modular< double >:
Collaboration diagram for Modular< double >:Public Member Functions | |
| const Modular< double > & | operator= (const Modular< double > &F) |
| unsigned long | AccBound (const Element r) const |
| Max number of operations before reducing. More... | |
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.
1.8.6