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
Closes#111
Since UMFPACK is not going to add support for `Float32` anytime soon I
think the only solution is to manually convert back. Also, since the
code for dealing with the output of `lu` is not generic, there is no
point in converting back the decomposition itself, so I'm just
converting the result of `lu(A) \ b` to the appropriate type.
I also did the analogous change to achieve type stability with
`Float16`. There's also nothing that can be done about CHOLMOD, but for
SPQR the situation is better: the code around it is generic, so I just
converted back `qr(A)` itself.
0 commit comments