https://github.com/severindenisenko/thomas
Small matrix solver
https://github.com/severindenisenko/thomas
numerical-methods thomas-algorithm
Last synced: about 2 months ago
JSON representation
Small matrix solver
- Host: GitHub
- URL: https://github.com/severindenisenko/thomas
- Owner: SeverinDenisenko
- License: mit
- Created: 2024-02-27T21:18:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T02:23:40.000Z (about 1 year ago)
- Last Synced: 2025-02-01T21:15:59.003Z (4 months ago)
- Topics: numerical-methods, thomas-algorithm
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tridiagonal matrix algorithm (Thomas algorithm)
This is my fansy realisation.