This class implement the standard arithmetic with Modulo Elements.
More...
#include <givzpz64std.h>
|
void | dotprod (Rep &r, const int bound, const size_t sz, constArray a, constArray b) const |
|
template<>
class Givaro::ZpzDom< Std64 >
This class implement the standard arithmetic with Modulo Elements.
- The representation of an integer a in Zpz is the value a % p
- m max is 3037000500
- p max is 3037000493
- Examples:
- examples/FiniteField/all_field.C, examples/FiniteField/ff_arith.C, and examples/Polynomial/PolynomialCRT.C.
void dotprod |
( |
Rep & |
r, |
|
|
const int |
bound, |
|
|
const size_t |
sz, |
|
|
constArray |
a, |
|
|
constArray |
b |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following files: