Class DDField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractField
add, divide, multiply, multiply, negate, reciprocal, subtract
-
Field Details
-
INSTANCE
Singleton.
-
-
Constructor Details
-
DDField
private DDField()Singleton.
-
-
Method Details
-
get
-
one
Return the value of one.- Returns:
- the field element
1such that for alla,1 * a == a.
-
zero
Return the value of zero.- Returns:
- the field element
0such that for alla,0 + a == a.
-