Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
mrychlik committed Oct 3, 2024
1 parent 432736f commit 6cced05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Gaussian Elimination
Basic algorithms are implemented in C
* Solving a linear system by Gaussian Elimination without Pivoting
* LU - decomposition "in place" where L and U are placed directly in A
* A number of useful helper functions (norms, distances, creation and destruction of matrices, random matrix generation)
* A number of useful helper functions (norms, distances, creation and
destruction of matrices, random matrix generation)

IDE - Emacs
=======================
Expand Down

0 comments on commit 6cced05

Please sign in to comment.