This commit is contained in:
Gilles 2018-08-10 16:31:15 +02:00
parent 637ca91134
commit e009e73e75
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ public class DifferentiatorVectorMultivariateJacobianFunction implements Multiva
this.differentiator = differentiator;
}
/**
* @inheritDoc
*/
/** {@inheritDoc} */
@Override
public Pair<RealVector, RealMatrix> value(RealVector point) {
double[] testArray = point.toArray();