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
2c00b915a9
dynamically allocated memory must be freed
...
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-08 12:16:58 -04:00
..
CMakeLists.txt
…
durand_kerner_roots.c
added authorship to docs
2020-06-06 14:51:49 -04:00
gauss_elimination.c
…
gauss_seidel_method.c
…
lagrange_theorem.c
…
lu_decompose.c
dynamically allocated memory must be freed
2020-06-08 12:16:58 -04:00
mean.c
…
median.c
…
newton_raphson_root.c
added authorship to docs
2020-06-06 14:51:49 -04:00
qr_decompose.h
added authorship to docs
2020-06-06 14:51:49 -04:00
qr_decomposition.c
added authorship to docs
2020-06-06 14:51:49 -04:00
qr_eigen_values.c
added authorship to docs
2020-06-06 14:51:49 -04:00
realtime_stats.c
added authorship to docs
2020-06-06 14:51:49 -04:00
simpsons_1_3rd_rule.c
…
variance.c
…