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
Major rework to improve code quality and add automation checks (
#805
)
2020-06-19 21:34:56 +05:30
brent_method_extrema.cpp
…
CMakeLists.txt
…
durand_kerner_roots.cpp
…
false_position.cpp
feat: Add ncr mod p code (
#1325
)
2020-11-22 23:05:01 +05:30
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
[cpp fixes] tidied up code based on error reports by clang-tidy (
#950
)
2020-07-13 07:52:38 -04:00
ode_forward_euler.cpp
[cpp fixes] tidied up code based on error reports by clang-tidy (
#950
)
2020-07-13 07:52:38 -04:00
ode_midpoint_euler.cpp
…
ode_semi_implicit_euler.cpp
…
qr_decompose.h
…
qr_decomposition.cpp
…
qr_eigen_values.cpp
…
rungekutta.cpp
feat: Add ncr mod p code (
#1325
)
2020-11-22 23:05:01 +05:30
successive_approximation.cpp
…