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
convert(::Type{KrylovSolver{T, FC}}, solver::MinresSolver) where {T, FC} =MinresSolver(...)
to convert a solver from Float32 to Float64 for example. However I'm not sure what should be the way to implement this. Should the user provide FC or could it be inferred from T ?
The text was updated successfully, but these errors were encountered:
It could be practical to have something like:
to convert a
solver
fromFloat32
toFloat64
for example. However I'm not sure what should be the way to implement this. Should the user provideFC
or could it be inferred fromT
?The text was updated successfully, but these errors were encountered: