OpenPTV / openptv

This is our central repository, holding only the community approved code and documentation
www.openptv.net
GNU Lesser General Public License v3.0
37 stars 28 forks source link

Update lsqadj.c #210

Closed alexlib closed 11 months ago

alexlib commented 11 months ago

long time bug that was not tested properly because in all liboptv we never used submatrix multiplication. so n == n_large in practice, but for n < n_large this is wrong. fixed it due to the thorough testing in Python