-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Periodic Tridiagonal Solver Scheme #1 (7, 8, 9) - Periodic Tridiagonal Solver Scheme #2 (10, 11, 12) - Ryabenkii Tsynkov Linear Solver Standard (13, 14) - Ryabenkii Tsynkov Linear Solver Constructor (15, 16) - Ryabenkii Tsynkov Solver Tridiagonal Matrix (17, 18) - Ryabenkii Tsynkov Solver uRHS Array (19, 20) - Ryabenkii Tsynkov Solver vRHS Array (21, 22) - Ryabenkii Tsynkov Solver uSolution Array (23, 24) - Ryabenkii Tsynkov Solver vSolution Array (25, 26) - Ryabenkii Tsynkov Solver UVSolver #1 (27, 28) - Ryabenkii Tsynkov Solver UVSolver #2 (29, 30) - Ryabenkii Tsynkov Solver UVSolver #3 (31, 32) - Ryabenkii Tsynkov Solver UVSolver #4 (33, 34) - Sherman Morrison Linear Solver Constructor (36, 37) - Sherman Morrison Scheme Standard #1 (38, 39, 40) - Sherman Morrison Scheme Standard #2 (41, 42, 43) - Sherman Morrison Batista Karawia Matrix (44, 45) - Sherman Morrison Scheme uRHS Array (46, 47) - Sherman Morrison Scheme qSolution Array (48, 49) - Sherman Morrison Scheme ySolution Array (50, 51) - Sherman Morrison Scheme V Array (52, 53) - Sherman Morrison QY Solver #1 (54, 55) - Sherman Morrison QY Solver #2 (56, 57) - Sherman Morrison QY Solver #3 (58, 59, 60) - Linear Solver Triangular Scheme Shell (72, 73, 74) - Linear Solver Triangular Scheme RHS (75, 76) - Linear Solver Triangular Scheme Matrix (77, 78) - Linear Solver Triangular Scheme Constructor (79, 80, 81) - Non-Periodic Tridiagonal Scheme Standard Annotation (82, 83) - Linear Solver Triangular Scheme #1 (84, 85) - Linear Solver Triangular Scheme #2 (86, 87) - Lower Triangular Forward Substitution Scheme (102) - Upper Triangular Back Substitution Scheme (103, 104, 105) - Linear Solver Triangular Scheme #3 (111, 112, 113) - Linear Solver Triangular Scheme #4 (114, 115) Bug Fixes/Re-organization: - Numerical Linear Solver Tridiagonal Scheme (1, 2, 3) - Non-Periodic Linear Solver Tridiagonal Scheme (4, 5, 6) - Ryabenkii Tsynkov Linear Solver Scheme (35) - Linear Solver Sherman Morrison Scheme (68) - Sherman Morrison Scheme Revamp/Clean Up (69) - Triangular Linear Solver RHS Fix (100, 101) Samples: - Tridiagonal Non-periodic Solver (61) - Tridiagonal Non-periodic Solver Suite (62) - Tridiagonal Periodic Ryabenkii Tsynkov Solver (63) - Tridiagonal Periodic Ryabenkii Tsynkov Solver Suite (64) - Tridiagonal Periodic Sherman Morrison Solver #1 (65) - Tridiagonal Periodic Sherman Morrison Solver Suite #1 (66) - Crank Nicolson Diffusion 1D Discretized Evolver (67) - Tridiagonal Periodic Sherman Morrison Solver #2 (70) - Tridiagonal Periodic Sherman Morrison Solver Suite #2 (71) - Triangular Linear Solver Tester #1 (88, 89, 90) - Triangular Linear Solver Tester #2 (91, 92, 93) - Triangular Linear Solver Tester #3 (94, 95, 96) - Triangular Linear Solver Tester #4 (97, 98, 99) - Triangular Linear Solver Tester #5 (106, 107, 108) - Triangular Linear Solver Tester #6 (109, 110) - Triangular Linear Solver Tester #7 (116, 117) - Lower Triangular Solver Forward Subsritution (118, 119, 120) IdeaDRIP:
- Loading branch information
Showing
10,400 changed files
with
39,105 additions
and
25,787 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.