Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages