Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 10:56
· 4 commits to master since this release

ArnoldiMethod v0.4.0

Diff since v0.3.4

  • BREAKING: The target structs LM, SR, LR, SI, LI are no longer exported. You have to
    import them explicitly: using ArnoldiMethod: LM. But easier is to update your code from structs
    LM() to symbols :LM (which requires at least v0.3).

  • ArnoldiMethod.jl now exports partialschur! and ArnoldiWorkspace, 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:

Closed issues:

  • Feature request: Allow an initial start-vector (#91)