- BREAKING: The target structs
LM
,SR
,LR
,SI
,LI
are no longer exported. You have to import them explicitly:using ArnoldiMethod: LM
. But easier it to update your code from structsLM()
to symbols:LM
.
- ArnoldiMethod.jl now exports
partialschur!
andArnoldiWorkspace
, which can be used to pre-allocate (custom) matrices. Also it can be used to run the algorithm from an existing partial Schur decomposition.
- The required Julia version is now 1.6 or higher