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

Requesting for entrywise matrix product #12

Open
swxsw opened this issue Oct 22, 2020 · 1 comment
Open

Requesting for entrywise matrix product #12

swxsw opened this issue Oct 22, 2020 · 1 comment

Comments

@swxsw
Copy link

swxsw commented Oct 22, 2020

Hi Fredrik,

I saw that in arb library there is already the implementation under arb_mat, arb_mat_mul_entrywise function. Is there anyway for you to port it over to the python-flint wrapper as well? It may not be a complicated feature but will be useful to many like myself who is using this as a high precision matrix library.

Many thanks

@oscarbenjamin
Copy link
Collaborator

It would not be hard to add this if anyone wants to have a go. Ideally it should be added to all matrix types in python-flint though rather than just arb_mat. I guess there can just be a method mul_elementwise? Maybe someone can think of a better name for it.

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

No branches or pull requests

2 participants