org.apache.commons.math3.optimization.univariate
@Deprecated public class UnivariatePointValuePair extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private double |
point
Deprecated.
Point.
|
private static long |
serialVersionUID
Deprecated.
Serializable version identifier.
|
private double |
value
Deprecated.
Value of the objective function at the point.
|
Constructor and Description |
---|
UnivariatePointValuePair(double point,
double value)
Deprecated.
Build a point/objective function value pair.
|
private static final long serialVersionUID
private final double point
private final double value
Copyright (c) 2003-2013 Apache Software Foundation