NHGrizzly 2a076c1b03 feat: move `gram_schmidt` to `numerical_methods` (#1940) 2 年之前
..
CMakeLists.txt aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
babylonian_method.cpp e64e3df18f fix: CodeQL warnings (#1827) 3 年之前
bisection_method.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
brent_method_extrema.cpp ef957bae98 removed scaling during assert checks 4 年之前
composite_simpson_rule.cpp e64e3df18f fix: CodeQL warnings (#1827) 3 年之前
durand_kerner_roots.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
false_position.cpp 67e26cfbae feat: Add ncr mod p code (#1325) 3 年之前
fast_fourier_transform.cpp e64e3df18f fix: CodeQL warnings (#1827) 3 年之前
gaussian_elimination.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
golden_search_extrema.cpp 744da70bbf added see-also reference to brents method 4 年之前
gram_schmidt.cpp 2a076c1b03 feat: move `gram_schmidt` to `numerical_methods` (#1940) 2 年之前
inverse_fast_fourier_transform.cpp ea76786f12 feat: Added Graham Scan Algorithm. (#1836) 2 年之前
lu_decompose.cpp 0429b5dd88 fix documentation 4 年之前
lu_decomposition.h 0429b5dd88 fix documentation 4 年之前
midpoint_integral_method.cpp 8a6f2052e2 feat: Created midpoint integration numerical method (#1785) 3 年之前
newton_raphson_method.cpp 8ab9a2ae93 [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 4 年之前
ode_forward_euler.cpp 8ab9a2ae93 [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 4 年之前
ode_midpoint_euler.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
ode_semi_implicit_euler.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
qr_decompose.h aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
qr_decomposition.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
qr_eigen_values.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前
rungekutta.cpp 67e26cfbae feat: Add ncr mod p code (#1325) 3 年之前
successive_approximation.cpp aaa08b0150 Major rework to improve code quality and add automation checks (#805) 4 年之前