I'm computing exp using BigFloat library in python. But then I have to compute the inverse of a matrix of BigFloats. I use function numpy.linalg.inv but I'm getting the following error:
No loop matching the specified signature and casting was found for ufunc inv
So I'd say I need to convert BigFloat to some other type. How can I do it?
Considering a 2D list of Bigfloat values (with exp):
result: