T
- the type of the function parameters and valuepublic class FieldGradientField<T extends RealFieldElement<T>> extends Object implements Field<FieldGradient<T>>
Gradient
instances.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static <T extends RealFieldElement<T>> |
getField(Field<T> valueField,
int parameters)
Get the field for number of free parameters.
|
FieldGradient<T> |
getOne()
Get the multiplicative identity of the field.
|
Class<? extends FieldElement<FieldGradient<T>>> |
getRuntimeClass()
Returns the runtime class of the FieldElement.
|
FieldGradient<T> |
getZero()
Get the additive identity of the field.
|
int |
hashCode() |
public static <T extends RealFieldElement<T>> FieldGradientField<T> getField(Field<T> valueField, int parameters)
T
- the type of the function parameters and valuevalueField
- field for the function parameters and valueparameters
- number of free parameterspublic FieldGradient<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<FieldGradient<T extends RealFieldElement<T>>>
public FieldGradient<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<FieldGradient<T extends RealFieldElement<T>>>
public Class<? extends FieldElement<FieldGradient<T>>> getRuntimeClass()
getRuntimeClass
in interface Field<FieldGradient<T extends RealFieldElement<T>>>
Class
object that represents the runtime
class of this object.Copyright © 2016–2020 Hipparchus.org. All rights reserved.