Closed thudjx closed 2 months ago
it's a complicated. tldr is that base currently uses c/fortran libraries to do it's linear algebra (because writing these and getting top tier performance is work). We do want to fix this eventually, but it's not something that can be done immediately. it will require a few people giving it a bunch of time for a few months. Until this works out of the box, I think there is a package that implements generic linear algebra.
Closing in favour of #48098, which has more discussion about linear algebra with BigFloat
, not just Complex{BigFloat}
I need to use
Complex{BigFloat}
as elements of matrix in my calculation, but I found thateigen
doesn't support this datatype. The mwe is:Is this a bug or feature?