|
Rep & | setdegree (Rep &P) const |
| Compute the degree of P.
|
|
size_t & | sqrfree (size_t &Nfact, Rep *Fact, const Rep &P) const |
| Sqrfree decomposition.
|
|
bool | isUnit (const Rep &x) const |
| isUnit
|
|
bool | isDivisor (const Element &a, const Element &b) const |
| isDivisor (a, b) Test if b | a.
|
|
|
The first argument is set and is also the return value.
|
Element & | mul (Element &x, const Element &y, const Element &z) const |
| x := y*z
|
|
Element & | div (Element &x, const Element &y, const Element &z) const |
| x := y/z
|
|
Element & | mod (Element &x, const Element &y, const Element &z) const |
| x := y mod z
|
|
Element & | add (Element &x, const Element &y, const Element &z) const |
| x := y + z
|
|
Element & | sub (Element &x, const Element &y, const Element &z) const |
| x := y - z
|
|
Element & | axpy (Element &z, const Element &a, const Element &x, const Element &y) const |
| z := a*x + y
|
|
Element & | maxpy (Element &z, const Element &a, const Element &x, const Element &y) const |
| z := y - a*x
|
|
Element & | maxpyin (Element &z, const Element &a, const Element &x) const |
| z := z - a*x
|
|
Element & | axmy (Element &z, const Element &a, const Element &x, const Element &y) const |
| z := a*x - y
|
|
Element & | axpyin (Element &z, const Element &a, const Element &x) const |
| z := a*x + z
|
|
Element & | axmyin (Element &z, const Element &a, const Element &x) const |
| z := a*x - z
|
|
Element & | neg (Element &x, const Element &y) const |
| x := -y
|
|
Element & | inv (Element &x, const Element &y) const |
| x := 1/y
|
|
|
The first argument is modified and the result is the return value.
|
Element & | mulin (Element &x, const Element &y) const |
| x := x*y
|
|
Element & | divin (Element &x, const Element &y) const |
| x := x/y
|
|
Element & | modin (Element &x, const Element &y) const |
| x := x mod y
|
|
Element & | addin (Element &x, const Element &y) const |
| x := x + y
|
|
Element & | subin (Element &x, const Element &y) const |
| x := x - y
|
|
Element & | negin (Element &x) const |
| x := -x
|
|
Element & | invin (Element &x) const |
| x := 1/x
|
|
|
bool | areEqual (const Element &x, const Element &y) const |
| x == y
|
|
|
std::istream & | read (std::istream &is) const |
| Read field.
|
|
virtual std::istream & | read (std::istream &is, Element &x) const |
| Read field element.
|
|
std::ostream & | write (std::ostream &os, std::string F) const |
| Read field.
|
|
std::ostream & | write (std::ostream &os, const Element &x) const |
| Print field element.
|
|
|
first argument is set and the value is also returned.
|
template<class Domain>
class Givaro::Poly1PadicDom< Domain, Dense >
Poly1 p-adic.