brendano / myutil

23 stars 8 forks source link

Problem marked in eclipse by Arr #1

Closed c0der1337 closed 9 years ago

c0der1337 commented 9 years ago

When I use your LBFGS Class, I got an error marked in eclipse at each Arr. Do you know how I could fix it? Here is an example: static double vecdot(double[] a, double[] b, int n) { return Arr.innerProduct(a, b); } Thanks in advance

brendano commented 9 years ago

It should be in there: https://github.com/brendano/myutil/blob/master/src/util/Arr.java