TheAlgorithms-C/numerical_methods
Krishna Vedala 72c9b26a13
corected implicit euler function
2020-06-11 12:42:59 -04:00
..
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
durand_kerner_roots.c added authorship to docs 2020-06-06 14:51:49 -04:00
gauss_elimination.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
gauss_seidel_method.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
lagrange_theorem.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
lu_decompose.c dynamically allocated memory must be freed 2020-06-08 12:16:58 -04:00
mean.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
median.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
newton_raphson_root.c added authorship to docs 2020-06-06 14:51:49 -04:00
ode_forward_euler.c remove image widths 2020-06-10 15:03:08 -04:00
ode_midpoint_euler.c remove image widths 2020-06-10 15:03:08 -04:00
ode_semi_implicit_euler.c corected implicit euler function 2020-06-11 12:42:59 -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 update qr_eigen valueswith selfcontained tests 2020-06-09 13:53:55 -04:00
realtime_stats.c added authorship to docs 2020-06-06 14:51:49 -04:00
simpsons_1_3rd_rule.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
variance.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00