- Notifications
You must be signed in to change notification settings - Fork 197
Tridagonal matrices and associated spmv kernel #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits Select commit Hold shift + click to select a range
3912f73 Added the Tridiagonal type and associated spmv kernel.
loiseaujc 872777d Rename dense to dense_mat because of a naming conflict.
loiseaujc abb6904 Added test for Tridiagonal spmv.
loiseaujc 9d8710b Changed comparison to account for floating point errors.
loiseaujc 9ae0554 Move implementations to a dedicated module.
loiseaujc fc61941 Implementation of basic operations for Tridiagonal matrices is done.
loiseaujc 9b8f650 In-code documentation.
loiseaujc de3098b Added examples.
loiseaujc 6ead4ba Specifications page.
loiseaujc 4698662 Fix typos in module header.
loiseaujc c9d2531 Fix errors in examples.
loiseaujc 9e91af3 Enabled `xdp` and `qp` for `spmv` kernels.
loiseaujc 78133fb Update test/linalg/test_linalg_sparse.fypp
loiseaujc 78b5085 Update example/specialmatrices/example_specialmatrices_dp_spmv.f90
loiseaujc 6777aa0 Consistent lower-casing and imports.
loiseaujc 4dc860b Merge branch 'master' into tridiagonal_matrices
loiseaujc 48c734e Fixed allocation from source for complex types.
loiseaujc f102167 Make use of stdlib_constants to define the various zeros and ones.
loiseaujc 05be1d6 Prevent temporary arrays + lower casing every names.
loiseaujc 94220f4 Import everything from stdlib_kinds
loiseaujc b4b4f87 Fix imports.
loiseaujc b8366a1 Fix missing argument in check.
loiseaujc 88707b6 Merge pull request #1 from loiseaujc/master
loiseaujc 2fcc330 Update doc/specs/stdlib_specialmatrices.md
loiseaujc 94ad82e Update doc/specs/stdlib_specialmatrices.md
loiseaujc 2fbda5d Update doc/specs/stdlib_specialmatrices.md
loiseaujc 1881c44 Update src/stdlib_specialmatrices.fypp
loiseaujc 9d37af7 Update src/stdlib_specialmatrices_tridiagonal.fypp
loiseaujc 29a6e04 Improved error handling.
loiseaujc 27dbff3 Added test for tridiagonal error handling.
loiseaujc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix errors in examples.
- Loading branch information
commit c9d25319f72d317eaa3aa2f66cf1badf61995b7b
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ADD_EXAMPLE(specialmatrices_dp_spmv) | ||
| ADD_EXAMPLE(tridiagonal_dp_type) |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.