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
(The same thing happens with BigFloat, I just chose Double64 as an example because that's what I'd like to use.)
The error originates from GenericLinearAlgebra.jl because it expects an upper bidiagonal matrix and gets a lower one from TSVD.jl AFAICT. I'm not sure whether posting this issue in GenericLinearAlgebra.jl's repo would have been more appropriate.
Thanks in advance for any pointers!
The text was updated successfully, but these errors were encountered:
Hey there,
would it be possible to support arbitrary types? As it stands this doesn't work:
(The same thing happens with
BigFloat
, I just choseDouble64
as an example because that's what I'd like to use.)The error originates from
GenericLinearAlgebra.jl
because it expects an upper bidiagonal matrix and gets a lower one fromTSVD.jl
AFAICT. I'm not sure whether posting this issue inGenericLinearAlgebra.jl
's repo would have been more appropriate.Thanks in advance for any pointers!
The text was updated successfully, but these errors were encountered: