@Deprecated public class PointVectorValuePair extends Pair<double[],double[]> implements Serializable
PointValuePair, 
MultivariateVectorFunction, 
Serialized Form| Constructor and Description | 
|---|
| PointVectorValuePair(double[] point,
                    double[] value)Deprecated.  Builds a point/objective function value pair. | 
| PointVectorValuePair(double[] point,
                    double[] value,
                    boolean copyArray)Deprecated.  Build a point/objective function value pair. | 
| Modifier and Type | Method and Description | 
|---|---|
| double[] | getPoint()Deprecated.  Gets the point. | 
| double[] | getPointRef()Deprecated.  Gets a reference to the point. | 
| double[] | getValue()Deprecated.  Gets the value of the objective function. | 
| double[] | getValueRef()Deprecated.  Gets a reference to the value of the objective function. | 
public PointVectorValuePair(double[] point,
                    double[] value)
point - Point coordinates. This instance will store
 a copy of the array, not the array passed as argument.value - Value of the objective function at the point.public PointVectorValuePair(double[] point,
                    double[] value,
                    boolean copyArray)
point - Point coordinates.value - Value of the objective function at the point.copyArray - if true, the input arrays will be copied,
 otherwise they will be referenced.public double[] getPoint()
public double[] getPointRef()
public double[] getValue()
public double[] getValueRef()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.