https://github.com/timueh/matrixcomputations
Julia implementations of basic algorithms for matrix computations
https://github.com/timueh/matrixcomputations
julia matrix-calculations matrix-decompositions
Last synced: 8 months ago
JSON representation
Julia implementations of basic algorithms for matrix computations
- Host: GitHub
- URL: https://github.com/timueh/matrixcomputations
- Owner: timueh
- Created: 2020-04-15T11:53:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T05:25:47.000Z (about 6 years ago)
- Last Synced: 2025-01-22T02:46:33.992Z (over 1 year ago)
- Topics: julia, matrix-calculations, matrix-decompositions
- Language: Julia
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://travis-ci.org/timueh/MatrixComputations)
# Matrix computations
A Julia package that explores basic algorithms for matrix computations (LU decomposition, QR decomposition, ...).
This code is *not meant to be production ready*; it's a side project I started.
Why bother with such elementary matrix computations?
The answer is simple: to get a better understanding for the elementary algorithms that are under the hood of pretty much all numerical tools.
The algorithms are based on two prominent sources:
- "Matrix Computations", G.H. Golub and C.F. Van Loan, Johns Hopkins University Press, 1983
- "Fundamentals of Matrix Computations", D.S. Watkins, John Wiley & Sons, 1991
The code has been tested for Julia versions >= 1.2.