Javadoc.
This commit is contained in:
parent
637ca91134
commit
e009e73e75
|
@ -53,9 +53,7 @@ public class DifferentiatorVectorMultivariateJacobianFunction implements Multiva
|
||||||
this.differentiator = differentiator;
|
this.differentiator = differentiator;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** {@inheritDoc} */
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
@Override
|
@Override
|
||||||
public Pair<RealVector, RealMatrix> value(RealVector point) {
|
public Pair<RealVector, RealMatrix> value(RealVector point) {
|
||||||
double[] testArray = point.toArray();
|
double[] testArray = point.toArray();
|
||||||
|
|
Loading…
Reference in New Issue