Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

	- Tridiagonal Matrix Algorithm #1 - Introduction (1-12)
	- Tridiagonal Matrix Algorithm #1 - Method (13-22)
	- Tridiagonal Matrix Algorithm #1 - Derivation (23-64)
	- Tridiagonal Matrix Algorithm #2 - Introduction (65-76)
	- Tridiagonal Matrix Algorithm #2 - Method (77-86)
	- Tridiagonal Matrix Algorithm #2 - Derivation (87-120)
  • Loading branch information
Lakshmik committed Jun 21, 2024
1 parent 6f7d2d6 commit bd7e57b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions NumericalAnalysisLibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ Numerical Analysis Library contains the supporting Functionality for Numerical M
* References
* Symmetric Successive Over-relaxation
* References
* Tridiagonal matrix algorithm
* Introduction
* Derivation
* Variants
* References


## DROP Specifications
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes/01_09_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

Features:

Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

- Tridiagonal Matrix Algorithm #1 - Introduction (1-12)
- Tridiagonal Matrix Algorithm #1 - Method (13-22)
- Tridiagonal Matrix Algorithm #1 - Derivation (23-64)
- Tridiagonal Matrix Algorithm #2 - Introduction (65-76)
- Tridiagonal Matrix Algorithm #2 - Method (77-86)
- Tridiagonal Matrix Algorithm #2 - Derivation (87-120)
Binary file removed ScheduleSheet.xlsx
Binary file not shown.

0 comments on commit bd7e57b

Please sign in to comment.