766767768769770771772773774775776
SimpleMatrix b = (SimpleMatrix) d.clone(); b.negate(); // Solve: A x = b H.solveLinear(b); ref.val = b.dot(d); return (b); } private boolean isTooEdgelike(ImageMap space, int x, int y, double r) { double D_xx, D_yy, D_xy;