Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible incorrect index check error #19

Open
philwalk opened this issue Dec 3, 2022 · 0 comments
Open

possible incorrect index check error #19

philwalk opened this issue Dec 3, 2022 · 0 comments

Comments

@philwalk
Copy link

philwalk commented Dec 3, 2022

It seems possible that the following error has root cause in this library: breeze Issue 850. The error might be a bug in dev.ludovic.netlib.blas.AbstractBLAS.checkIndex rather than breeze.

On line 295, the method is called with index==12, which is clearly beyond the end of the array, but the actual expression would seem to only require 11. Perhaps offsetb is incorrect, should it be offsetb -1?.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant