Javadoc.
This commit is contained in:
parent
637ca91134
commit
e009e73e75
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue