You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: