-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- RQ Graham Schmidt Orthogonalization (95, 96, 97) - QR Graham Schmidt Orthogonalization #1 (98, 99) - QR Graham Schmidt Orthogonalization #2 (100, 101) - QR Graham Schmidt Orthogonalization #3 (106, 107) - QR Graham Schmidt Orthogonalization #4 (109, 110, 111) - QR Graham Schmidt Orthogonalization #5 (113) - Unsafe RQ Graham Schmidt Orthogonalization (114, 115, 116) - RQ Graham Schmidt Orthogonalization Revamp (118) Bug Fixes/Re-organization: Samples: - Gram-Schmidt Process Test #1 (102, 103) - Gram-Schmidt Process Test #2 (104, 105) - Gram-Schmidt Process Test #3 (108) - Gram-Schmidt Process Test #4 (112) - Gram-Schmidt Process Test #5 (117) - Gram-Schmidt Process Test #6 (119, 120) IdeaDRIP: - Computing the QR Decomposition (1-2) - Computing the QR Decomposition using Gram-Schmidt Process (3-10) - Computing the QR Decomposition using Gram-Schmidt Process – Relation to RQ (11-14) - Computing the QR Decomposition using Gram-Schmidt Process – Advantages and Disadvantages (15-18) - Computing the QR Decomposition using Householder Reflections (19-34) - Computing the QR Decomposition using Householder Reflections – Advantages and Disadvantages (35-34) - Computing the QR Decomposition using Givens' Rotations (39-46) - Computing the QR Decomposition using Givens' Rotations – Advantages and Disadvantages (47-52) - QR Decomposition Connection to a Determinant or a Product of Eigenvalues (53-68) - QR Decomposition Column Pivoting (69-76) - QR Decomposition Use for Solution to Linear Inverse Problems (77-92) - QR Decomposition Generalization (93-94)
- Loading branch information
Showing
8 changed files
with
118 additions
and
34 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+3.47 MB
...ricalAnalysis/NumericalAnalysis_v6.42.pdf → ...ricalAnalysis/NumericalAnalysis_v6.43.pdf
Binary file not shown.
Binary file modified
BIN
+96.6 KB
(100%)
Docs/Internal/NumericalAnalysis/Shruti/Source/NumericalAnalysis_v6.43.docx
Binary file not shown.
Binary file removed
BIN
-162 Bytes
Docs/Internal/NumericalAnalysis/Shruti/Source/~$mericalAnalysis_v6.42.docx
Binary file not shown.
Binary file removed
BIN
-162 Bytes
Docs/Internal/NumericalAnalysis/Shruti/Source/~$mericalAnalysis_v6.43.docx
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Features: | ||
|
||
- RQ Graham Schmidt Orthogonalization (95, 96, 97) | ||
- QR Graham Schmidt Orthogonalization #1 (98, 99) | ||
- QR Graham Schmidt Orthogonalization #2 (100, 101) | ||
- QR Graham Schmidt Orthogonalization #3 (106, 107) | ||
- QR Graham Schmidt Orthogonalization #4 (109, 110, 111) | ||
- QR Graham Schmidt Orthogonalization #5 (113) | ||
- Unsafe RQ Graham Schmidt Orthogonalization (114, 115, 116) | ||
- RQ Graham Schmidt Orthogonalization Revamp (118) | ||
|
||
|
||
Bug Fixes/Re-organization: | ||
|
||
Samples: | ||
|
||
- Gram-Schmidt Process Test #1 (102, 103) | ||
- Gram-Schmidt Process Test #2 (104, 105) | ||
- Gram-Schmidt Process Test #3 (108) | ||
- Gram-Schmidt Process Test #4 (112) | ||
- Gram-Schmidt Process Test #5 (117) | ||
- Gram-Schmidt Process Test #6 (119, 120) | ||
|
||
|
||
IdeaDRIP: | ||
|
||
- Computing the QR Decomposition (1-2) | ||
- Computing the QR Decomposition using Gram-Schmidt Process (3-10) | ||
- Computing the QR Decomposition using Gram-Schmidt Process – Relation to RQ (11-14) | ||
- Computing the QR Decomposition using Gram-Schmidt Process – Advantages and Disadvantages (15-18) | ||
- Computing the QR Decomposition using Householder Reflections (19-34) | ||
- Computing the QR Decomposition using Householder Reflections – Advantages and Disadvantages (35-34) | ||
- Computing the QR Decomposition using Givens' Rotations (39-46) | ||
- Computing the QR Decomposition using Givens' Rotations – Advantages and Disadvantages (47-52) | ||
- QR Decomposition Connection to a Determinant or a Product of Eigenvalues (53-68) | ||
- QR Decomposition Column Pivoting (69-76) | ||
- QR Decomposition Use for Solution to Linear Inverse Problems (77-92) | ||
- QR Decomposition Generalization (93-94) |
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