Branch | Commit message | Author | Age | |
---|---|---|---|---|
master | Throw exception on linear dependence | Thomas Albers Raviola | 10 months | |
Age | Commit message | Author | ||
2024-06-04 | Throw exception on linear dependenceHEADmaster | Thomas Albers Raviola | ||
2024-06-04 | Modify substitution routines to return vectors | Thomas Albers Raviola | ||
2024-06-04 | Add tests for LU routine | Thomas Albers Raviola | ||
2024-05-28 | Add unit test with pytest | Thomas Albers Raviola | ||
2024-05-21 | Modify gaussian_eliminate to instead use LUP factorization•••* linsolver/solvers.py (gaussian_eliminate): Use LUP factorization. * linsolver/solvers.py (lu_factorization): New function. * linsolver/solvers.py (back_substitution): New function. * linsolver/solvers.py (forward_substitution): New function. | Thomas Albers Raviola | ||
2024-05-14 | Add dtype to matrix•••* linsolver/solvers.py (gaussian_elimination): Specify dtype of xx | Thomas Albers Raviola | ||
2024-05-14 | linsolver: Finish gaussian elimination•••* linsolver/solvers.py (gaussian_eliminate): Finish implementation. * linsolver/README.md: Add description. * linsolver/.gitignore: New file. | Thomas Albers Raviola | ||
2024-05-14 | * Initial commit | Thomas Albers Raviola |