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-06-30 00:56:24 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f64ed1f1a24e9890ee5345fadd5c428c4a82c28d
C-Plus-Plus
/
numerical_methods
History
Ameya Chawla
f64ed1f1a2
fix : updated documentation
2021-10-19 20:05:44 +05:30
..
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
fast_fourier_transform.cpp
fix : updated documentation
2021-10-19 20:05:44 +05:30
gaussian_elimination.cpp
…
golden_search_extrema.cpp
…
lu_decompose.cpp
…
lu_decomposition.h
…
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
…