-
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.
- Matrix Util QR Graham Schmidt Orthonormalization (1, 2, 3) - Matrix Util RQ Graham Schmidt Orthonormalization (6, 7, 8) - Matrix Util RQ Decomposition Composite (14, 15, 16) - Unsafe QR Graham Schmidt Orthogonalization (17, 18) - Square Matrix Annotated QR Decomposition (19, 20, 21) - Square Matrix Annotated RQ Decomposition (22, 23) Bug Fixes/Re-organization: - Matrix Util QR Decomposition Revamp (10, 11, 12) Samples: - Gram-Schmidt Process Test #1 (4, 5) - Gram-Schmidt Process Test #2 (9) - Gram-Schmidt Process Test #3 (13) IdeaDRIP: - QR Algorithm (24-26) - The Practical QR Algorithm (27-50) - QR Algorithm Visualization (51-66) - QR Algorithm Visualization - Finding Eigenvalues versus Eigenvectors (67-87) - QR Algorithm Visualization - Speeding Up: Shifting and Deflation (88-97) - The Implicit QR Algorithm (98-104) - The Implicit QR Algorithm - Renaming Proposal (105, 106) - QR Algorithm Interpretation and Convergence (107-113) - QR Algorithm History (114-120)
- Loading branch information
Showing
7 changed files
with
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
Features: | ||
|
||
- Matrix Util QR Graham Schmidt Orthonormalization (1, 2, 3) | ||
- Matrix Util RQ Graham Schmidt Orthonormalization (6, 7, 8) | ||
- Matrix Util RQ Decomposition Composite (14, 15, 16) | ||
- Unsafe QR Graham Schmidt Orthogonalization (17, 18) | ||
- Square Matrix Annotated QR Decomposition (19, 20, 21) | ||
- Square Matrix Annotated RQ Decomposition (22, 23) | ||
|
||
|
||
Bug Fixes/Re-organization: | ||
|
||
- Matrix Util QR Decomposition Revamp (10, 11, 12) | ||
|
||
|
||
Samples: | ||
|
||
- Gram-Schmidt Process Test #1 (4, 5) | ||
- Gram-Schmidt Process Test #2 (9) | ||
- Gram-Schmidt Process Test #3 (13) | ||
|
||
|
||
IdeaDRIP: | ||
|
||
- QR Algorithm (24-26) | ||
- The Practical QR Algorithm (27-50) | ||
- QR Algorithm Visualization (51-66) | ||
- QR Algorithm Visualization - Finding Eigenvalues versus Eigenvectors (67-87) | ||
- QR Algorithm Visualization - Speeding Up: Shifting and Deflation (88-97) | ||
- The Implicit QR Algorithm (98-104) | ||
- The Implicit QR Algorithm - Renaming Proposal (105, 106) | ||
- QR Algorithm Interpretation and Convergence (107-113) | ||
- QR Algorithm History (114-120) |
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