-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
fractional matrix indices are allowed ? #190
Comments
comment:1
Conclusion: call
|
Attachment: trac190-1.patch.gz partial fix for bug |
comment:2
I just attached a partial fix: this addresses the |
comment:3
see also #440, regarding speed of indexing off Integer objects |
comment:4
fixed with the attached patch and improvements to cython. |
comment:7
Replying to @sagetrac-dmharvey:
This has now been fixed in Cython. |
Bug reported by Andrey Novoseltsev
This is disturbing.
The unfortunate thing is that SageX converts things to Py_ssize_t without
any type checking. Maybe this is way faster ... Anyway, it should be possible
to instead call whatever C library function
__getitem__
uses, which would thenhave the right behavior.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/190
The text was updated successfully, but these errors were encountered: