This prevents an update of KrylovKit that removed the RecursiveVec type. While the function still works, the type no longer exists so it cannot be specialized on.
While the long-term solution consists of simply replacing that with Vector, this currently fails because of this issue:
https://github.com/Jutho/KrylovKit.jl/issues/100
This prevents an update of KrylovKit that removed the
RecursiveVec
type. While the function still works, the type no longer exists so it cannot be specialized on. While the long-term solution consists of simply replacing that withVector
, this currently fails because of this issue: https://github.com/Jutho/KrylovKit.jl/issues/100