This website requires JavaScript.
Explore
Help
Register
Sign In
backup
/
C-Plus-Plus
Watch
1
Star
0
Fork
0
You've already forked C-Plus-Plus
mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced
2026-05-09 07:32:54 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b1e3a81eab85220f162752530442b759a092c8d9
C-Plus-Plus
/
numerical_methods
History
ggkogkou
b1e3a81eab
Update numerical_methods/midpoint_integral_method.cpp
...
Co-authored-by: David Leal <
halfpacho@gmail.com
>
2021-10-28 12:08:50 +03:00
..
bisection_method.cpp
…
brent_method_extrema.cpp
…
CMakeLists.txt
…
durand_kerner_roots.cpp
…
false_position.cpp
…
gaussian_elimination.cpp
…
golden_search_extrema.cpp
…
lu_decompose.cpp
…
lu_decomposition.h
…
midpoint_integral_method.cpp
Update numerical_methods/midpoint_integral_method.cpp
2021-10-28 12:08:50 +03:00
newton_raphson_method.cpp
…
ode_forward_euler.cpp
…
ode_midpoint_euler.cpp
…
ode_semi_implicit_euler.cpp
…
qr_decompose.h
…
qr_decomposition.cpp
…
qr_eigen_values.cpp
…
rungekutta.cpp
…
successive_approximation.cpp
…