From 81b25e578d79a65e628bfc913a17c647bcbcf722 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 28 Nov 2019 14:07:34 +0100 Subject: [PATCH] rename Computer Oriented Statistical Methods -> computer_oriented_statistical_methods (#656) --- .../Bisection_method.CPP | 0 .../Gaussian_elimination.cpp | 0 .../Newton_Raphson.CPP | 0 .../Secant_method.CPP | 0 .../false-position.CPP | 0 .../successive_approximation.CPP | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/Bisection_method.CPP (100%) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/Gaussian_elimination.cpp (100%) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/Newton_Raphson.CPP (100%) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/Secant_method.CPP (100%) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/false-position.CPP (100%) rename {Computer Oriented Statistical Methods => computer_oriented_statistical_methods}/successive_approximation.CPP (100%) diff --git a/Computer Oriented Statistical Methods/Bisection_method.CPP b/computer_oriented_statistical_methods/Bisection_method.CPP similarity index 100% rename from Computer Oriented Statistical Methods/Bisection_method.CPP rename to computer_oriented_statistical_methods/Bisection_method.CPP diff --git a/Computer Oriented Statistical Methods/Gaussian_elimination.cpp b/computer_oriented_statistical_methods/Gaussian_elimination.cpp similarity index 100% rename from Computer Oriented Statistical Methods/Gaussian_elimination.cpp rename to computer_oriented_statistical_methods/Gaussian_elimination.cpp diff --git a/Computer Oriented Statistical Methods/Newton_Raphson.CPP b/computer_oriented_statistical_methods/Newton_Raphson.CPP similarity index 100% rename from Computer Oriented Statistical Methods/Newton_Raphson.CPP rename to computer_oriented_statistical_methods/Newton_Raphson.CPP diff --git a/Computer Oriented Statistical Methods/Secant_method.CPP b/computer_oriented_statistical_methods/Secant_method.CPP similarity index 100% rename from Computer Oriented Statistical Methods/Secant_method.CPP rename to computer_oriented_statistical_methods/Secant_method.CPP diff --git a/Computer Oriented Statistical Methods/false-position.CPP b/computer_oriented_statistical_methods/false-position.CPP similarity index 100% rename from Computer Oriented Statistical Methods/false-position.CPP rename to computer_oriented_statistical_methods/false-position.CPP diff --git a/Computer Oriented Statistical Methods/successive_approximation.CPP b/computer_oriented_statistical_methods/successive_approximation.CPP similarity index 100% rename from Computer Oriented Statistical Methods/successive_approximation.CPP rename to computer_oriented_statistical_methods/successive_approximation.CPP