|
| | RNSIntegerMod (const integer &p, const RNS &myrns) |
| const rns_double & | rns () const |
| const RNSInteger< RNS > & | delayed () const |
| size_t | size () const |
| bool | isOne (const Element &x) const |
| bool | isMOne (const Element &x) const |
| bool | isZero (const Element &x) const |
| integer & | characteristic (integer &p) const |
| integer | characteristic () const |
| integer & | cardinality (integer &p) const |
| integer | cardinality () const |
| integer | minElement () const |
| integer | maxElement () const |
| Element & | init (Element &x) const |
| Element & | init (Element &x, const Givaro::Integer &y) const |
| Element & | reduce (Element &x, const Element &y) const |
| Element & | reduce (Element &x) const |
| Element & | init (Element &x, const Element &y) const |
| Givaro::Integer | convert (Givaro::Integer &x, const Element &y) const |
| Element & | assign (Element &x, const Element &y) const |
| Element & | add (Element &x, const Element &y, const Element &z) const |
| Element & | sub (Element &x, const Element &y, const Element &z) const |
| Element & | neg (Element &x, const Element &y) const |
| Element & | mul (Element &x, const Element &y, const Element &z) const |
| Element & | axpyin (Element &x, const Element &y, const Element &z) const |
| Element & | inv (Element &x, const Element &y) const |
| bool | areEqual (const Element &x, const Element &y) const |
| std::ostream & | write (std::ostream &os, const Element &y) const |
| std::ostream & | write (std::ostream &os) const |
| void | reduce_modp (size_t n, Element_ptr B) const |
| std::ostream & | write_matrix (std::ostream &c, const double *E, int n, int m, int lda) const |
| std::ostream & | write_matrix_long (std::ostream &c, const double *E, int n, int m, int lda) const |
| void | reduce_modp (size_t m, size_t n, Element_ptr B, size_t lda) const |
| void | reduce_modp_rnsmajor (size_t n, Element_ptr B) const |