TheAlgorithms-C/numerical_methods
2020-05-29 14:09:04 -04:00
..
CMakeLists.txt check if math library is available and include if present 2020-05-29 14:04:14 -04:00
durand_kerner_roots.c fixed: label should be only at a statement and not a declaration 2020-05-29 14:09:04 -04:00
Gauss_Elimination.c better name - numerical methods 2020-04-08 10:28:58 -04:00
gauss_seidel_method.c fix filename ".C" to ".c" -> MSVC requires this 2020-05-29 12:04:26 -04:00
lagrange_theorem.c fix filename ".C" to ".c" -> MSVC requires this 2020-05-29 12:04:26 -04:00
mean.c fix filename ".C" to ".c" -> MSVC requires this 2020-05-29 12:04:26 -04:00
median.c fix filename ".C" to ".c" -> MSVC requires this 2020-05-29 12:04:26 -04:00
newton-raphson-root.c remove dependencies on function_timer 2020-05-29 12:34:58 -04:00
qr_decompose.h added stdlib.h for malloc 2020-05-25 18:27:41 -04:00
qr_decomposition.c remove dependencies on function_timer 2020-05-29 12:34:58 -04:00
qr_eigen_values.c remove dependencies on function_timer 2020-05-29 12:34:58 -04:00
simpsons_1-3rd rule.c better name - numerical methods 2020-04-08 10:28:58 -04:00
variance.c better name - numerical methods 2020-04-08 10:28:58 -04:00