Structure representing the coefficient field .
More...
#include <Field_Zp.h>
Public Member Functions | |
Element | plus_times_equal (const Element &x, const Element &y, const Element &w) |
Element | times (const Element &y, const Element &w) |
Element | additive_identity () const |
Returns the additive idendity ![]() | |
Element | multiplicative_identity (Element=0) const |
Returns the multiplicative identity ![]() | |
std::pair< Element, Element > | inverse (Element x, Element P) |
Element | times_minus (Element x, Element y) |
int | characteristic () const |
Returns the characteristic ![]() | |
![]() | |
CoefficientField () | |
Element | characteristic () |
Element | multiplicative_identity () |
Element | additive_identity () |
void | plus_equal (Element x, Element y) |
Additional Inherited Members | |
![]() | |
typedef unspecified | Element |
Type of element of the field. More... | |
Structure representing the coefficient field .
|
inline |
Returns the inverse in the field. Modifies P. ???
|
inline |
Set x <- x + w * y
|
inline |
Returns y * w
|
inline |
Returns -x * y.