-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typed Matrix constructor and more stable tests (#199)
* Typed Matrix constructor and more stable tests * Fix compat bounds * Allow BandedMatrices v0.17 * Remove untyped Matrix method * use `Symmetric` instead of `Hermitian` Co-authored-by: David Widmann <[email protected]> * Inferred test 1 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 2 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 3 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 4 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 5 Co-authored-by: David Widmann <[email protected]> * Inferred test 2 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 5 Co-authored-by: David Widmann <[email protected]> * Inferred test 3 Co-authored-by: David Widmann <[email protected]> * Drop BandedMatrices v0.17 * Test for Matrix{eltype} 1 Co-authored-by: David Widmann <[email protected]> * Test for Matrix{eltype} 2 Co-authored-by: David Widmann <[email protected]> * Inferred test 4 Co-authored-by: David Widmann <[email protected]> * Test for Matrix{eltype} 3 Co-authored-by: David Widmann <[email protected]> * use `Symmetric` instead of `Hermitian` 6 Co-authored-by: David Widmann <[email protected]> * Restore linear indexing methods --------- Co-authored-by: David Widmann <[email protected]>
- Loading branch information
Showing
7 changed files
with
42 additions
and
21 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
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