mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
28fc15c65b
* fixed possible segmentation fault Fixed possible segmentation fault when no arg is supplied * Update mean.c various small changes to print statements. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
durand_kerner_roots.c | ||
gauss_elimination.c | ||
gauss_seidel_method.c | ||
lagrange_theorem.c | ||
lu_decompose.c | ||
mean.c | ||
median.c | ||
newton_raphson_root.c | ||
ode_forward_euler.c | ||
ode_midpoint_euler.c | ||
ode_semi_implicit_euler.c | ||
qr_decompose.h | ||
qr_decomposition.c | ||
qr_eigen_values.c | ||
realtime_stats.c | ||
simpsons_1_3rd_rule.c | ||
variance.c |