-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing an initial partial Schur decomposition (#143)
This commit allows users to 1. avoid allocations by reusing existing arrays/buffers 2. specify custom matrix types for V, H and temporaries 3. starting the algorithm from an existing partial Schur decomposition by exporting `ArnoldiWorkspace`, which holds the major arrays, and `partialschur!(A, ::ArnoldiWorkspace; ...)`. Co-authored-by: Samuel Powell <[email protected]>
- Loading branch information
1 parent
635c879
commit a1578e1
Showing
4 changed files
with
175 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters