AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Update LU_Decomposition.c #152

Closed Carl-Carl closed 4 years ago

Carl-Carl commented 4 years ago

This pull request is:

This pull request fixes:

Rectify the code in "LU_Decomposition.c". And some data types was changed from int to double.

Changes: