| Constructor and Description |
|---|
ExprField() |
| Modifier and Type | Method and Description |
|---|---|
IExpr |
getOne()
Get the multiplicative identity of the field.
|
java.lang.Class<? extends IExpr> |
getRuntimeClass()
Returns the runtime class of the FieldElement.
|
IExpr |
getZero()
Get the additive identity of the field.
|
public static final ExprField CONST
public IExpr getOne()
org.apache.commons.math4.FieldThe multiplicative identity is the element e1 of the field such that for all elements a of the field, the equalities a × e1 = e1 × a = a hold.
getOne in interface org.apache.commons.math4.Field<IExpr>public IExpr getZero()
The additive identity is the element e0 of the field such that for all elements a of the field, the equalities a + e0 = e0 + a = a hold.
getZero in interface org.apache.commons.math4.Field<IExpr>