Skip to content

4kevinbeck5/GaussianElimination

 
 

Repository files navigation

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)

Disclaimer

This code is very minimalistic and it is designed purely for illustration and educational purposes. The author is takes no responsibility resulting from its use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.8%
  • Python 24.5%
  • Makefile 3.7%