Package org.hipparchus.analysis
Class PythonFieldUnivariateFunction
- java.lang.Object
-
- org.hipparchus.analysis.PythonFieldUnivariateFunction
-
- All Implemented Interfaces:
FieldUnivariateFunction
public class PythonFieldUnivariateFunction extends Object implements FieldUnivariateFunction
-
-
Constructor Summary
Constructors Constructor Description PythonFieldUnivariateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object<T extends CalculusFieldElement<T>>
Tvalue(T t)
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hipparchus.analysis.FieldUnivariateFunction
toCalculusFieldUnivariateFunction
-
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
value
public <T extends CalculusFieldElement<T>> T value(T t)
- Specified by:
value
in interfaceFieldUnivariateFunction
-
-