-
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 Unsafe Dot Product (68, 69) - Unsafe Project V On U (70, 71, 72) - Matrix Util Unsafe Modulus Calculation (73, 74) - Matrix Util Unsafe Product Calculation (75, 76) Bug Fixes/Re-organization: Samples: IdeaDRIP: - QR Decomposition Using Givens Rotations - Example (1-15) - QR Decomposition Using Givens Rotations - Advantages and Disadvantages (16-18) - QR Decomposition Connection to a Determinant or Product of Eigenvalues (19-39) - QR Decomposition Column Pivoting (40-47) - QR Decomposition Using for Solution to Linear Inverse Problems (48-66) - QR Decomposition Generalization (67) - QR Decomposition Introduction (77-80) - QR Decomposition Cases and Definition - Square Matrix (81-90) - QR Decomposition Cases and Definition - Rectangular Matrix (91-98) - QR Decomposition Cases and Definition - QL, RQ, LQ (99-100) - Computing the QR Decomposition (101-102) - Computing the QR Decomposition using Gram–Schmidt Process (103-110) - Computing the QR Decomposition using Gram–Schmidt Process - Relation to RQ (111-114) - Computing the QR Decomposition using Gram–Schmidt Process - Advantages and Disadvantages (115-120)
- Loading branch information
Showing
2 changed files
with
80 additions
and
11 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,29 @@ | ||
|
||
Features: | ||
|
||
- Matrix Util Unsafe Dot Product (68, 69) | ||
- Unsafe Project V On U (70, 71, 72) | ||
- Matrix Util Unsafe Modulus Calculation (73, 74) | ||
- Matrix Util Unsafe Product Calculation (75, 76) | ||
|
||
|
||
Bug Fixes/Re-organization: | ||
|
||
Samples: | ||
|
||
IdeaDRIP: | ||
|
||
- QR Decomposition Using Givens Rotations - Example (1-15) | ||
- QR Decomposition Using Givens Rotations - Advantages and Disadvantages (16-18) | ||
- QR Decomposition Connection to a Determinant or Product of Eigenvalues (19-39) | ||
- QR Decomposition Column Pivoting (40-47) | ||
- QR Decomposition Using for Solution to Linear Inverse Problems (48-66) | ||
- QR Decomposition Generalization (67) | ||
- QR Decomposition Introduction (77-80) | ||
- QR Decomposition Cases and Definition - Square Matrix (81-90) | ||
- QR Decomposition Cases and Definition - Rectangular Matrix (91-98) | ||
- QR Decomposition Cases and Definition - QL, RQ, LQ (99-100) | ||
- Computing the QR Decomposition (101-102) | ||
- Computing the QR Decomposition using Gram–Schmidt Process (103-110) | ||
- Computing the QR Decomposition using Gram–Schmidt Process - Relation to RQ (111-114) | ||
- Computing the QR Decomposition using Gram–Schmidt Process - Advantages and Disadvantages (115-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