This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
TheAlgorithms-C
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-C
mirror of
https://github.com/TheAlgorithms/C
synced
2025-02-12 03:24:30 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
TheAlgorithms-C
/
numerical_methods
History
Krishna Vedala
1c5a699340
remove function_timer from all compilations
2020-05-29 10:47:36 -04:00
..
CMakeLists.txt
remove function_timer from all compilations
2020-05-29 10:47:36 -04:00
durand_kerner_roots.c
syntax correction
2020-05-25 17:01:51 -04:00
Gauss_Elimination.c
…
lagrange_theorem.C
…
MEAN.C
…
MEDIAN.C
…
newton-raphson-root.c
doxygen documentation
2020-05-25 18:26:18 -04:00
qr_decompose.h
added stdlib.h for malloc
2020-05-25 18:27:41 -04:00
qr_decomposition.c
moved QR decomposition to a separate header file
2020-05-25 17:02:45 -04:00
qr_eigen_values.c
update code documentation
2020-05-25 18:13:43 -04:00
Seidal.C
…
simpsons_1-3rd rule.c
…
variance.c
…