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

add support for scipy #514

Open
ktotam1 opened this issue Oct 9, 2023 · 1 comment
Open

add support for scipy #514

ktotam1 opened this issue Oct 9, 2023 · 1 comment
Labels
feature-request New feature or request

Comments

@ktotam1
Copy link

ktotam1 commented Oct 9, 2023

it would be nice to be able to use certain methods of scipy, such as scipy.linalg.null_space, which numpy does not have.

@mhostetter
Copy link
Owner

I agree this would be nice. However, currently SciPy doesn't support subclasses of ndarray. Also, there are no hooks in np.ndarray that can catch and override SciPy function calls. If you know of a way, I'm very open to the idea.

For the specific feature you mentioned, maybe consider this method https://mhostetter.github.io/galois/latest/api/galois.FieldArray.null_space/.

@mhostetter mhostetter added the feature-request New feature or request label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants