类 DSFactory.DSField
java.lang.Object
org.hipparchus.analysis.differentiation.DSFactory.DSField
- 所有已实现的接口:
-
Field<DerivativeStructure>
- 封闭类:
-
DSFactory
Field for {link DerivativeStructure} instances.
-
方法详细资料
-
getZero
Get the additive identity of the field.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
在接口中Field<DerivativeStructure>
- 返回:
- additive identity of the field
-
getOne
Get the multiplicative identity of the field.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
在接口中Field<DerivativeStructure>
- 返回:
- multiplicative identity of the field
-
getPi
Get the Archimedes constant π.Archimedes constant is the ratio of a circle's circumference to its diameter.
- 返回:
- Archimedes constant π
- 从以下版本开始:
- 2.0
-
getRuntimeClass
Returns the runtime class of the FieldElement.- 指定者:
-
getRuntimeClass
在接口中Field<DerivativeStructure>
- 返回:
-
表示此对象的运行时类的
Class
对象。
-
equals
-
hashCode
public int hashCode()
-