-
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 Graham Schmidt Orthogonalization (1, 2, 3) - Matrix Util Graham Schmidt Orthonormalization #1 (4, 5) - Matrix Util QR Decomposition Vectors in Columns (6, 7) - QR Eigen-component Extractor Vectors in Columns (9) - Linear Solver Bartels Stewart Scheme (10) - Matrix Util Graham Schmidt Orthonormalization #2 (21, 22) - Matrix Util Graham Schmidt Orthonormalization #3 (23, 24) Bug Fixes/Re-organization: Samples: - Matrix Graham Schmidt Process #1 (8) - Matrix Graham Schmidt Process #2 (11, 12) - Matrix Graham Schmidt Process #3 (13, 14, 15) - Matrix Graham Schmidt Process #4 (16, 17, 18) - Matrix Graham Schmidt Process #5 (19, 20) - Matrix Graham Schmidt Process #6 (25, 26, 27) - Matrix Graham Schmidt Process #7 (28, 29, 30) - Matrix Graham Schmidt Process #8 (31, 32, 33) IdeaDRIP: - QR Decomposition Computing the - Using Householder Reflections (34-82) - QR Decomposition Computing the - Using Householder Reflections - Example (83-108) - QR Decomposition Computing the - Using Householder Reflections - Advantages and Disadvantages (109, 110) - QR Decomposition Computing the - Using Givens Rotations (111-116) - QR Decomposition Computing the - Using Givens Rotations - Example (117-120)
- Loading branch information
Showing
6 changed files
with
83 additions
and
77 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,33 @@ | ||
|
||
Features: | ||
|
||
- Matrix Util Graham Schmidt Orthogonalization (1, 2, 3) | ||
- Matrix Util Graham Schmidt Orthonormalization #1 (4, 5) | ||
- Matrix Util QR Decomposition Vectors in Columns (6, 7) | ||
- QR Eigen-component Extractor Vectors in Columns (9) | ||
- Linear Solver Bartels Stewart Scheme (10) | ||
- Matrix Util Graham Schmidt Orthonormalization #2 (21, 22) | ||
- Matrix Util Graham Schmidt Orthonormalization #3 (23, 24) | ||
|
||
|
||
Bug Fixes/Re-organization: | ||
|
||
Samples: | ||
|
||
- Matrix Graham Schmidt Process #1 (8) | ||
- Matrix Graham Schmidt Process #2 (11, 12) | ||
- Matrix Graham Schmidt Process #3 (13, 14, 15) | ||
- Matrix Graham Schmidt Process #4 (16, 17, 18) | ||
- Matrix Graham Schmidt Process #5 (19, 20) | ||
- Matrix Graham Schmidt Process #6 (25, 26, 27) | ||
- Matrix Graham Schmidt Process #7 (28, 29, 30) | ||
- Matrix Graham Schmidt Process #8 (31, 32, 33) | ||
|
||
|
||
IdeaDRIP: | ||
|
||
- QR Decomposition Computing the - Using Householder Reflections (34-82) | ||
- QR Decomposition Computing the - Using Householder Reflections - Example (83-108) | ||
- QR Decomposition Computing the - Using Householder Reflections - Advantages and Disadvantages (109, 110) | ||
- QR Decomposition Computing the - Using Givens Rotations (111-116) | ||
- QR Decomposition Computing the - Using Givens Rotations - Example (117-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