mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 02:29:20 +00:00
Formatting.
This commit is contained in:
parent
c89916ca4c
commit
b3fb9a1f6a
@ -328,8 +328,7 @@ public class LeastSquaresFactory {
|
||||
final double[] p = point.toArray();
|
||||
|
||||
// Evaluate.
|
||||
return new Pair<>(computeValue(p),
|
||||
computeJacobian(p));
|
||||
return new Pair<>(computeValue(p), computeJacobian(p));
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user