A C++ repository featuring custom implementations of Vector, Matrix, and Linear System Solver classes.
This project demonstrates core programming concepts, object-oriented design, and numerical computing techniques used in engineering and scientific applications.
first-repo/
βββ README.md
β
βββ LinearSystemClass/
β βββ main.cpp
β βββ LinearSystem.cpp
β βββ LinearSystem.hpp
β βββ Makefile
β
βββ MatrixClass/
β βββ main.cpp
β βββ Matrix.cpp
β βββ Matrix.hpp
β βββ Makefile
β
βββ VectorClass/
βββ main.cpp
βββ Vector.cpp
βββ Vector.hpp
βββ Makefile