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-07 22:32:28 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
6617e060f14c69ca4a0c1337b43ffa44351a680d
C-Plus-Plus
/
numerical_methods
History
ggkogkou
6617e060f1
All changes have been applied
2021-10-28 00:18:51 +03:00
..
bisection_method.cpp
…
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
All changes have been applied
2021-10-28 00:18:51 +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
feat: Add ncr mod p code (
#1325
)
2020-11-22 23:05:01 +05:30
successive_approximation.cpp
…