mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
15ce8ac92d
* Runge Kutta Method * statically cast and initialised * changes applied * changes applied * minor changes applied * Proper Documentation updated * Proper Documentation updated with suggestions * minor changes * added returns to rungeKutta function * made a small commit * updating DIRECTORY.md * made a small change at line 99 * made a small change at line 99 * Changes made as suggested * Changes updated * espace reverted * changes made in the documentation * minor additions * Update rungekutta.cpp * Update change * Changes removed * Minor updates * test functions added * Test functions outside namespace * non-static to static test function * used vector * changed function brief * made a single test function * made a single test function and made a slight change * changed numerical method namespace description * made changes in test function * made slight changes as suggested * Added a space * Added the new suggestions * updated in latex Co-authored-by: Rudra Prasad Das <rudraiitism@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
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 | ||
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 |