Skip to content

jishnus-dev/linear-system-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C++ Linear Algebra Toolkit πŸ”’

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.


Repository Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors