T
- the type of the function parameters and valuepublic class FieldUnivariateDerivative2Field<T extends CalculusFieldElement<T>> extends Object implements Field<FieldUnivariateDerivative2<T>>
FieldUnivariateDerivative2
instances.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
FieldUnivariateDerivative2<T> |
getOne()
Get the multiplicative identity of the field.
|
Class<FieldUnivariateDerivative2<T>> |
getRuntimeClass()
Returns the runtime class of the FieldElement.
|
static <T extends CalculusFieldElement<T>> |
getUnivariateDerivative2Field(Field<T> valueField)
Get the univariate derivative field corresponding to a value field.
|
FieldUnivariateDerivative2<T> |
getZero()
Get the additive identity of the field.
|
int |
hashCode() |
public static <T extends CalculusFieldElement<T>> FieldUnivariateDerivative2Field<T> getUnivariateDerivative2Field(Field<T> valueField)
T
- the type of the function parameters and valuevalueField
- field for the function parameters and valuepublic FieldUnivariateDerivative2<T> getOne()
The 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 Field<FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>>
public FieldUnivariateDerivative2<T> 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 Field<FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>>
public Class<FieldUnivariateDerivative2<T>> getRuntimeClass()
getRuntimeClass
in interface Field<FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>>
Class
object that represents the runtime
class of this object.Copyright © 2016-2021 CS GROUP. All rights reserved.