v0.3.5
ArnoldiMethod v0.3.5
- 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.
Merged pull requests:
- Support starting vec (#141) (@haampie)
- Add Apple Silicon to CI (#142) (@ViralBShah)
- Allow passing an initial partial Schur decomposition (#143) (@haampie)
Closed issues:
- Feature request: Allow an initial start-vector (#91)