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-08 06:43:14 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
93adc8b9de14e4ffb8b16544f07114232a447274
C-Plus-Plus
/
numerical_methods
History
Ameya Chawla
93adc8b9de
Update numerical_methods/fast_fourier_transform.cpp
...
Co-authored-by: David Leal <
halfpacho@gmail.com
>
2021-10-18 22:43:57 +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
Update numerical_methods/fast_fourier_transform.cpp
2021-10-18 22:43:57 +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
…