https://github.com/ralphpina/gaussian-elimination-with-partial-pivoting
Gaussian Algorithm with Partial Pivoting for UT Spring M340L class.
https://github.com/ralphpina/gaussian-elimination-with-partial-pivoting
Last synced: over 1 year ago
JSON representation
Gaussian Algorithm with Partial Pivoting for UT Spring M340L class.
- Host: GitHub
- URL: https://github.com/ralphpina/gaussian-elimination-with-partial-pivoting
- Owner: ralphpina
- Created: 2013-02-18T02:00:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-18T02:10:57.000Z (over 13 years ago)
- Last Synced: 2025-02-05T21:02:20.629Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gaussian-Elimination-with-Partial-Pivoting
==========================================
Gaussian Algorithm with Partial Pivoting for UT Spring M340L class.