TheAlgorithms-C-Plus-Plus/numerical_methods
2020-06-25 13:38:11 -04:00
..
bisection_method.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
brent_method_extrema.cpp removed scaling during assert checks 2020-06-21 23:08:53 -04:00
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
durand_kerner_roots.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
false_position.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
gaussian_elimination.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
golden_search_extrema.cpp added see-also reference to brents method 2020-06-21 22:28:50 -04:00
lu_decompose.cpp split lu_decomposition to a header file and templated the function 2020-06-25 13:38:11 -04:00
lu_decomposition.h split lu_decomposition to a header file and templated the function 2020-06-25 13:38:11 -04:00
newton_raphson_method.cpp set epsilon to 1e-10 and update documentation 2020-06-20 08:26:59 -04:00
ode_forward_euler.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
ode_midpoint_euler.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
ode_semi_implicit_euler.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
ordinary_least_squares_regressor.cpp set author after program details 2020-06-20 08:26:38 -04:00
qr_decompose.h Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
qr_decomposition.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
qr_eigen_values.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
successive_approximation.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30