public class PythonUnivariateFunction extends Object implements UnivariateFunction
Constructor and Description |
---|
PythonUnivariateFunction() |
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Part of JCC Python interface to object
|
void |
pythonDecRef()
Part of JCC Python interface to object
|
long |
pythonExtension()
Part of JCC Python interface to object
|
void |
pythonExtension(long pythonObject)
Part of JCC Python interface to object
|
double |
value(double x)
Compute the value of the function.
|
public void pythonExtension(long pythonObject)
public long pythonExtension()
public void finalize() throws Throwable
public void pythonDecRef()
public double value(double x)
value
in interface UnivariateFunction
x
- Point at which the function value should be computed.IllegalArgumentException
- when the activated method itself can
ascertain that a precondition, specified in the API expressed at the
level of the activated method, has been violated.
When Commons Math throws an IllegalArgumentException
, it is
usually the consequence of checking the actual parameters passed to
the method.Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.