Skip to content

v0.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 11:28

ArnoldiMethod v0.3.5

Diff since v0.3.4

  • 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)